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/
*.lock
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
.env
.env.local
.env.*.local
# Secrets
*.pem
test_*.txt
test_*.env
*.log
*.key