Skip to content

Commit 6f30b61

Browse files
authored
Add clippy::mod_module_files lint (#136)
Lints against using the 2015 module style. Fixes one lingering instance of this style.
1 parent 895f20d commit 6f30b61

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
)]
88
#![deny(unsafe_code)]
99
#![warn(
10+
clippy::mod_module_files,
1011
clippy::unwrap_used,
1112
missing_docs,
1213
missing_debug_implementations,
File renamed without changes.

0 commit comments

Comments
 (0)