mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable missing_assert_message lint
This commit is contained in:
parent
052f3088e9
commit
4a7b9c16cc
3 changed files with 19 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue