mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable default_trait_access lint
This commit is contained in:
parent
da842c6499
commit
0f2cf26a36
7 changed files with 20 additions and 13 deletions
|
|
@ -21,6 +21,7 @@ as_conversions = "warn"
|
|||
assertions_on_result_states = "warn"
|
||||
cloned_instead_of_copied = "warn"
|
||||
dbg_macro = "warn"
|
||||
default_trait_access = "warn"
|
||||
default_union_representation = "warn"
|
||||
deref_by_slicing = "warn"
|
||||
empty_drop = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue