1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-30 23:59:07 +00:00

Remove no longer needed Clippy lint

- the issue with the lint has been fixed since Rust 1.78.0
This commit is contained in:
dfunkt 2024-06-30 17:05:30 +03:00
commit 62b181153e

View file

@ -221,11 +221,6 @@ unused_lifetimes = "deny"
deprecated_in_future = "deny"
[lints.clippy]
# Allow
# We need this since Rust v1.76+, since it has some bugs
# https://github.com/rust-lang/rust-clippy/issues/12016
blocks_in_conditions = "allow"
# Deny
cast_lossless = "deny"
clone_on_ref_ptr = "deny"