Remove clippy workaround (#14424)

This commit is contained in:
Bastian Köcher
2023-06-21 14:06:09 +02:00
committed by GitHub
parent 9d1741eb3c
commit 321a52bb27
4 changed files with 7 additions and 36 deletions
-3
View File
@@ -30,7 +30,4 @@ rustflags = [
"-Aclippy::derivable_impls", # false positives
"-Aclippy::stable_sort_primitive", # prefer stable sort
"-Aclippy::extra-unused-type-parameters", # stylistic
"-Aclippy::let_with_type_underscore" # used as a workaround for an infinite macro expansion loop in clippy
# specifying this as an attribute directly in the affected macro
# triggers other weird rust 1.70 bugs
]