fix: showing unnecessary x is never used warnings

This commit is contained in:
Hussain 2024-09-12 03:06:46 +03:00
parent 2b7caf6fcb
commit 6216092182
No known key found for this signature in database

View File

@ -207,6 +207,8 @@ panic = "abort"
unsafe_code = "forbid"
# You don't need unstable features in Rustlings and shouldn't rely on them while learning Rust
unstable_features = "forbid"
# To avoid showing unnecessary `x is never used` warnings
unused = { level = "allow", priority = -1 }
[lints.clippy]
# You forgot a `todo!()`