We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b879c commit 32a749bCopy full SHA for 32a749b
libafl_libfuzzer/build.rs
@@ -11,6 +11,7 @@ const NAMESPACE: &str = "🐇";
11
const NAMESPACE: &str = "__libafl";
12
const NAMESPACE_LEN: usize = NAMESPACE.as_bytes().len();
13
14
+#[allow(clippy::too_many_lines)]
15
fn main() {
16
if cfg!(any(feature = "cargo-clippy", docsrs)) {
17
return; // skip when clippy or docs is running
0 commit comments