1 2 3 4
#[allow(clippy::expect_used)] fn main() { built::write_built_file().expect("should acquire build-time information"); }