1 2 3 4 5 6 7
#[cfg(test)] fn main() { skeptic::generate_doc_tests(&["../README.md"]); } #[cfg(not(test))] fn main() {}