Skip to content

Commit d7d27cd

Browse files
committed
chore: Warn on clippy::self_named_module_files
1 parent bf52c09 commit d7d27cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cargo/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// Due to some of the default clippy lints being somewhat subjective and not
55
// necessarily an improvement, we prefer to not use them at this time.
66
#![allow(clippy::all)]
7+
#![warn(clippy::self_named_module_files)]
78
#![allow(rustdoc::private_intra_doc_links)]
89

910
//! # Cargo as a library

0 commit comments

Comments
 (0)