enable deref_by_slicing lint

This commit is contained in:
Charles Hall 2024-05-12 16:23:04 -07:00
parent 71c48f66c4
commit 885fc8428c
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 3 additions and 2 deletions

View file

@ -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"