aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2024-06-20 20:54:41 +0200
committerDaniel García <[email protected]>2024-06-20 20:54:41 +0200
commit3fe72cafbcbd94b14b486ac3019b439f90deb2a1 (patch)
tree1e446026b5bb0e896144e7af280074321cf9791b /Cargo.toml
parent4988e3397461d2ea087fe22d08af5dcc29bed720 (diff)
parent8f05a90b96adfe06722d01510923759fe61a8bd6 (diff)
downloadvaultwarden-3fe72cafbcbd94b14b486ac3019b439f90deb2a1.tar.gz
vaultwarden-3fe72cafbcbd94b14b486ac3019b439f90deb2a1.zip
Merge branch 'main' into remove_upcaseremove_upcase
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ab84350..9094801b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"