[code] refactor, clippy, rustfmt

- added clippy lints and fixed the resulting issues
- moved build_possible_values_db() into the new() call
- extracted the skip_db functionality into their own functions
This commit is contained in:
2024-09-28 10:25:16 +02:00
parent 46c96a22ba
commit fe1077c6c1
3 changed files with 63 additions and 57 deletions

View File

@ -4,6 +4,11 @@ version = "0.1.0"
authors = ["ddidderr <ddidderr@paul.network>"]
edition = "2021"
[lints.clippy]
pedantic = { level = "warn", priority = -1 }
todo = "warn"
unwrap_used = "warn"
[dependencies]
[profile.release]