Skip to content

Commit

Permalink
Re-introduce crate-wide lint that got disabled by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 10, 2023
1 parent 7ee0e72 commit d92d048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For various reasons, some idioms are still allow'ed, but we would like to
// test and enforce them.
#![warn(rust_2018_idioms)]
// #![cfg_attr(test, deny(warnings))]
#![cfg_attr(test, deny(warnings))]
// 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)]
Expand Down

0 comments on commit d92d048

Please sign in to comment.