Skip to content

Commit

Permalink
too many lines
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Nov 7, 2023
1 parent dc9666a commit ca2d26a
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
@@ -1,5 +1,6 @@
use std::{path::PathBuf, process::Command};

#[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 ca2d26a

Please sign in to comment.