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:
Alexander Kiselev
2026-02-06 08:46:47 -08:00
co-authored by Claude Opus 4.6
parent 660cb33014
commit 2275ca8ec4
3 changed files with 73 additions and 79 deletions
Generated
-1
View File
@@ -757,7 +757,6 @@ dependencies = [
"libc",
"log",
"md5",
"once_cell",
"pest",
"pest_derive",
"predicates",
-1
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff