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 bf24f78 commit 36a901bCopy full SHA for 36a901b
libafl_libfuzzer/libafl_libfuzzer_runtime/build.rs
@@ -1,5 +1,6 @@
1
use std::{env, path::Path};
2
3
+#[allow(clippy::too_many_lines)]
4
fn main() {
5
let out_dir = env::var_os("OUT_DIR").unwrap();
6
0 commit comments