general
This commit is contained in:
@@ -192,9 +192,10 @@ extraArgs = [
|
||||
"-Aclippy::cargo", # lints for the cargo manifest
|
||||
"-Aclippy::restriction", # lints which prevent the use of language and library features
|
||||
# Specific
|
||||
"-Aclippy::must_use_candidate", # must_use is rather annoing
|
||||
"-Aclippy::must_use_candidate", # must_use is rather annoing
|
||||
"-Aclippy::cognitive_complexity",
|
||||
"-Aclippy::too_many_lines",
|
||||
"-Aclippy::missing_errors_doc",
|
||||
"-Aclippy::struct_excessive_bools",
|
||||
# "-Aclippy::from_iter_instead_of_collect", # formats better
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user