Skip to content

Commit

Permalink
chore: Fix a clippy warning telling us that the fuzzing cfg is unexpe…
Browse files Browse the repository at this point in the history
…cted
  • Loading branch information
poljar committed May 6, 2024
1 parent aa4ac84 commit 2db3735
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 @@ -206,6 +206,7 @@
unused_qualifications,
rust_2018_idioms
)]
#![allow(unexpected_cfgs)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

mod cipher;
Expand Down

0 comments on commit 2db3735

Please sign in to comment.