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 54d8708 commit d7c40deCopy full SHA for d7c40de
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