Skip to content

Commit

Permalink
Remove #![deny(dead_code)]
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker authored and djc committed Jul 15, 2023
1 parent 56c6967 commit e5f322e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![warn(unreachable_pub)]
#![deny(dead_code)]
#![deny(clippy::tests_outside_test_module)]
#![cfg_attr(not(any(feature = "std", test)), no_std)]
// can remove this if/when rustc-serialize support is removed
Expand Down

0 comments on commit e5f322e

Please sign in to comment.