1 2 3 4 5 6
#[allow(dead_code)] pub const VERSION: &str = env!("CARGO_PKG_VERSION"); pub mod globarg { pub static mut SUPRESS_WARN: bool = false; }