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

This commit is contained in:
2026-02-06 10:39:42 +00:00
parent 37936e924d
commit 781f3244d3

19
.gitignore vendored
View File

@@ -1,19 +1,22 @@
# Cargo
target/ target/
*.lock
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/ .vscode/
.idea/ .idea/
*.swp *.swp
*.swo *.swo
# OS
.DS_Store .DS_Store
Thumbs.db Thumbs.db
.env # Secrets
.env.local
.env.*.local
*.pem *.pem
*.key
test_*.txt
test_*.env
*.log