Allow clippy::default_trait_access.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -915,6 +915,7 @@ pedantic = { level = "warn", priority = -1 }
|
||||
|
||||
## some sadness
|
||||
too_long_first_doc_paragraph = { level = "allow", priority = 1 }
|
||||
default_trait_access = { level = "allow", priority = 1 }
|
||||
doc_markdown = { level = "allow", priority = 1 }
|
||||
enum_glob_use = { level = "allow", priority = 1 }
|
||||
if_not_else = { level = "allow", priority = 1 }
|
||||
|
||||
Reference in New Issue
Block a user