diff options
author | Daniel García <[email protected]> | 2024-06-20 19:40:15 +0200 |
---|---|---|
committer | Daniel García <[email protected]> | 2024-06-20 19:40:15 +0200 |
commit | f3a55b9d8f80790881ad762183b796d9f1998dc7 (patch) | |
tree | 18ceb663f4d439fa37ebd130ef0da5130fbb5ebf /Cargo.toml | |
parent | 9082e7cebb5b3c507f189f4438fd78ee1df1e6b2 (diff) | |
download | vaultwarden-fix-nightly-errors-part-2.tar.gz vaultwarden-fix-nightly-errors-part-2.zip |
Fix some more nightly errors and remove lint that will become an error by defaultfix-nightly-errors-part-2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 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" |