Skip to content

Commit

Permalink
chore: Warn on clippy::self_named_module_files
Browse files Browse the repository at this point in the history
  • Loading branch information
Muscraft committed Feb 15, 2023
1 parent bf52c09 commit d7d27cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cargo/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// Due to some of the default clippy lints being somewhat subjective and not
// necessarily an improvement, we prefer to not use them at this time.
#![allow(clippy::all)]
#![warn(clippy::self_named_module_files)]
#![allow(rustdoc::private_intra_doc_links)]

//! # Cargo as a library
Expand Down

0 comments on commit d7d27cd

Please sign in to comment.