Skip to content

Commit

Permalink
Ignore irrelevant warning when building the fuzz target
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoeoef committed Nov 9, 2023
1 parent 9d675c1 commit 4e96224
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 @@ -15,6 +15,7 @@
#![warn(clippy::all)]
#![deny(rustdoc::broken_intra_doc_links)]
#![cfg_attr(not(fuzzing), warn(missing_docs))]
#![cfg_attr(fuzzing, allow(unused_imports))]

#[cfg(feature = "std")]
extern crate std;
Expand Down

0 comments on commit 4e96224

Please sign in to comment.