Skip to content

Commit

Permalink
#![allow(unused_unsafe)]
Browse files Browse the repository at this point in the history
Make exception from `#![deny(unused)]` rule.
  • Loading branch information
vi committed Sep 12, 2020
1 parent bf77f50 commit df9b44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#![cfg_attr(test, deny(warnings))]
#![recursion_limit = "500"]
#![deny(unused)]
#![allow(unused_unsafe)]
#![deny(unstable_features)]
#![deny(missing_copy_implementations)]
#![deny(missing_debug_implementations)]
Expand Down

0 comments on commit df9b44e

Please sign in to comment.