enable mod_module_files lint

This commit is contained in:
Charles Hall 2024-04-27 22:05:49 -07:00
parent 242d9e84cc
commit a626e7b0f0
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
44 changed files with 1 additions and 0 deletions

View file

@ -24,6 +24,7 @@ float_cmp_const = "warn"
get_unwrap = "warn" get_unwrap = "warn"
lossy_float_literal = "warn" lossy_float_literal = "warn"
mem_forget = "warn" mem_forget = "warn"
mod_module_files = "warn"
mutex_atomic = "warn" mutex_atomic = "warn"
negative_feature_names = "warn" negative_feature_names = "warn"
pub_without_shorthand = "warn" pub_without_shorthand = "warn"