mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 00:01:24 +01:00
enable deref_by_slicing lint
This commit is contained in:
parent
71c48f66c4
commit
885fc8428c
2 changed files with 3 additions and 2 deletions
|
|
@ -22,6 +22,7 @@ assertions_on_result_states = "warn"
|
|||
cloned_instead_of_copied = "warn"
|
||||
dbg_macro = "warn"
|
||||
default_union_representation = "warn"
|
||||
deref_by_slicing = "warn"
|
||||
empty_drop = "warn"
|
||||
filetype_is_file = "warn"
|
||||
float_cmp_const = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue