enable missing_assert_message lint

This commit is contained in:
Charles Hall 2024-05-12 18:28:41 -07:00
parent 052f3088e9
commit 4a7b9c16cc
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 19 additions and 10 deletions

View file

@ -35,6 +35,7 @@ impl_trait_in_params = "warn"
let_underscore_must_use = "warn"
lossy_float_literal = "warn"
mem_forget = "warn"
missing_assert_message = "warn"
mod_module_files = "warn"
mutex_atomic = "warn"
negative_feature_names = "warn"