Skip to content

Commit

Permalink
try fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
R9295 committed Jan 30, 2025
1 parent 00c7a91 commit 9b1f983
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pub use honggfuzz::fuzz as honggfuzz_fuzz;
// This is our inner harness handler function for the runner.
// We open the input file and feed the data to the harness closure.
#[doc(hidden)]
#[cfg(not(feature = "coverage"))]
pub fn read_file_and_fuzz<F>(mut closure: F, file: String)
where
F: FnMut(&[u8]),
Expand Down Expand Up @@ -133,7 +132,6 @@ macro_rules! read_args_and_fuzz {
/// # }
/// ```
#[macro_export]
#[cfg(not(feature = "coverage"))]
macro_rules! inner_fuzz {
(|$buf:ident| $body:block) => {
$crate::read_args_and_fuzz!(|$buf| $body);
Expand Down

0 comments on commit 9b1f983

Please sign in to comment.