1 2 3 4 5 6 7
#![allow(missing_docs)] fn main() { // This statement prevents cargo from complaining about an unknown (to it) // cfg for fuzzing. println!("cargo::rustc-check-cfg=cfg(fuzzing)"); }