Skip to content

Commit

Permalink
chore: Don't gate developers on deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 9, 2022
1 parent 763b029 commit cca3763
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 @@ -2,6 +2,7 @@
// test and enforce them.
#![warn(rust_2018_idioms)]
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
#![cfg_attr(feature = "deny-warnings", allow(deprecated))]
// 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 cca3763

Please sign in to comment.