Skip to content

Commit

Permalink
Simplify lint configuration
Browse files Browse the repository at this point in the history
Warnings are still denied in CI.
  • Loading branch information
djc committed May 23, 2024
1 parent c0636b2 commit 5ea9a32
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@
//! }
//! ```

#![deny(missing_docs)]
#![deny(warnings)]
#![deny(unreachable_pub)]
#![allow(clippy::pedantic)]
#![warn(unreachable_pub)]

use std::sync::Arc;

Expand Down

0 comments on commit 5ea9a32

Please sign in to comment.