mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-31 16:19:10 +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:
parent
a4c7fadbf4
commit
62b181153e
1 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue