Skip to content

Commit

Permalink
handle unexpected_cfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
dswij committed May 15, 2024
1 parent 309daae commit 53654b9
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 @@ -5,6 +5,7 @@
unused_imports,
dead_code
)]
#![allow(unexpected_cfgs)]
#![cfg_attr(docsrs, feature(doc_cfg))]
// Disallow warnings when running tests.
#![cfg_attr(test, deny(warnings))]
Expand Down

0 comments on commit 53654b9

Please sign in to comment.