Skip to content

Commit 1d0983f

Browse files
committed
Shut up cfg warning
1 parent 15d224e commit 1d0983f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("cargo::rustc-check-cfg=cfg(fuzzing_repro)");
3+
}

0 commit comments

Comments
 (0)