Skip to content

Commit ce298d1

Browse files
refactor: enable self_named_module_files clippy lint (#1007)
> Checks that module layout uses only mod.rs files.
1 parent a8289bf commit ce298d1

File tree

40 files changed

+61
-61
lines changed

40 files changed

+61
-61
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ unused_self = "warn"
139139
useless_let_if_seq = "warn"
140140
string_add = "warn"
141141
range_plus_one = "warn"
142-
# TODO: self_named_module_files = "warn"
142+
self_named_module_files = "warn"
143143
# TODO: partial_pub_fields = "warn" (should we enable only in pdu crates?)
144144
redundant_type_annotations = "warn"
145145
unnecessary_self_imports = "warn"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)