enable default_trait_access lint

This commit is contained in:
Charles Hall 2024-05-14 16:08:26 -07:00
parent da842c6499
commit 0f2cf26a36
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
7 changed files with 20 additions and 13 deletions

View file

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