Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Oct 4, 2023
1 parent 2ae56ac commit 02d8b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libafl_libfuzzer/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const NAMESPACE: &str = "🐇";
const NAMESPACE: &str = "__libafl";
const NAMESPACE_LEN: usize = NAMESPACE.as_bytes().len();

#[allow(clippy::too_many_lines)]
fn main() {
if cfg!(any(feature = "cargo-clippy", docsrs)) {
return; // skip when clippy or docs is running
Expand Down

0 comments on commit 02d8b87

Please sign in to comment.