mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-25 12:22:50 +00:00
Fix some more nightly errors and remove lint that will become an error by default (#4661)
This commit is contained in:
parent
9082e7cebb
commit
8f05a90b96
3 changed files with 2 additions and 3 deletions
|
@ -211,7 +211,6 @@ non_ascii_idents = "forbid"
|
|||
# Deny
|
||||
future_incompatible = { level = "deny", priority = -1 }
|
||||
noop_method_call = "deny"
|
||||
pointer_structural_match = "deny"
|
||||
rust_2018_idioms = { level = "deny", priority = -1 }
|
||||
rust_2021_compatibility = { level = "deny", priority = -1 }
|
||||
trivial_casts = "deny"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue