1 2 3 4 5
//! Build configuration for `docspec-docx-reader`. fn main() { println!("cargo::rustc-check-cfg=cfg(coverage)"); }