mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
Enable useful new clippy lints
Picked from this filtered list: https://rust-lang.github.io/rust-clippy/master/index.html?versions=gte%3A82%2Clte%3A84&levels=allow&groups=cargo%2Ccomplexity%2Ccorrectness%2Cnursery%2Cperf%2Crestriction%2Cstyle%2Csuspicious
This commit is contained in:
parent
175a62007d
commit
65ec500d75
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ mod_module_files = "warn"
|
|||
multiple_inherent_impl = "warn"
|
||||
mutex_atomic = "warn"
|
||||
negative_feature_names = "warn"
|
||||
non_zero_suggestions = "warn"
|
||||
pub_without_shorthand = "warn"
|
||||
rc_buffer = "warn"
|
||||
rc_mutex = "warn"
|
||||
|
|
@ -64,6 +65,7 @@ unnecessary_safety_doc = "warn"
|
|||
unnecessary_self_imports = "warn"
|
||||
unneeded_field_pattern = "warn"
|
||||
unseparated_literal_suffix = "warn"
|
||||
unused_result_ok = "warn"
|
||||
verbose_file_reads = "warn"
|
||||
wildcard_dependencies = "warn"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue