fix: remove unused Validator initialization causing clippy warnings
Some checks failed
CI / test (push) Has been cancelled
CI / binary (push) Has been cancelled
CI / release (push) Has been cancelled

This commit is contained in:
2026-02-06 10:39:44 +00:00
parent 781f3244d3
commit 72ae029eb2

2
.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[build]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]