Skip to content

Commit

Permalink
Modify crate-wide warnings and lints
Browse files Browse the repository at this point in the history
  • Loading branch information
radekvit committed Jul 25, 2023
1 parent a74d21f commit b4b9287
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
//! }
//! ```
#![warn(missing_docs)]
#![deny(missing_docs)]
#![deny(clippy::std_instead_of_core)]
#![deny(clippy::std_instead_of_alloc)]

extern crate alloc;
extern crate core;
Expand Down

0 comments on commit b4b9287

Please sign in to comment.