We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clippy::self_named_module_files
1 parent bf52c09 commit d7d27cdCopy full SHA for d7d27cd
src/cargo/lib.rs
@@ -4,6 +4,7 @@
4
// Due to some of the default clippy lints being somewhat subjective and not
5
// necessarily an improvement, we prefer to not use them at this time.
6
#![allow(clippy::all)]
7
+#![warn(clippy::self_named_module_files)]
8
#![allow(rustdoc::private_intra_doc_links)]
9
10
//! # Cargo as a library
0 commit comments