mirror of
https://github.com/encounter/ghidra-cli.git
synced 2026-07-10 03:18:56 -07:00
fix: switch to OnceLock, fix fmt/clippy, drop once_cell dep
- Replace once_cell::sync::Lazy with std::sync::OnceLock - Fix cargo fmt formatting issues - Fix clippy map_or -> is_some_and - Remove once_cell from dev-dependencies Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
660cb33014
commit
2275ca8ec4
Generated
-1
@@ -757,7 +757,6 @@ dependencies = [
|
||||
"libc",
|
||||
"log",
|
||||
"md5",
|
||||
"once_cell",
|
||||
"pest",
|
||||
"pest_derive",
|
||||
"predicates",
|
||||
|
||||
@@ -79,7 +79,6 @@ predicates = "3.0"
|
||||
tempfile = "3.8"
|
||||
serial_test = "3.0"
|
||||
uuid = { version = "1.6", features = ["v4"] }
|
||||
once_cell = "1.19"
|
||||
# Snapshot testing - captures full output and detects regressions
|
||||
insta = { version = "1.40", features = ["json", "redactions"] }
|
||||
# Property-based testing - exhaustive edge case coverage
|
||||
|
||||
+73
-77
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user