enable items_after_statements lint

This commit is contained in:
Charles Hall 2024-05-14 17:14:43 -07:00
parent 5c9967f89c
commit c51e87ec9a
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 23 additions and 20 deletions

View file

@ -41,6 +41,7 @@ ignored_unit_patterns = "warn"
impl_trait_in_params = "warn"
implicit_clone = "warn"
inconsistent_struct_constructor = "warn"
items_after_statements = "warn"
let_underscore_must_use = "warn"
lossy_float_literal = "warn"
mem_forget = "warn"