Skip to content

Commit

Permalink
Treat all warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarnard committed Sep 17, 2022
1 parent ddff8e6 commit 32103bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
//! specify a tilde requirement e.g. `plist = "~1.0.3"` in you `Cargo.toml` so that the plist crate
//! is not automatically updated to version 1.1.
// Treat all warnings as errors.
#![deny(warnings)]

pub mod dictionary;

#[cfg(feature = "enable_unstable_features_that_may_break_with_minor_version_bumps")]
Expand Down

0 comments on commit 32103bf

Please sign in to comment.