1 2 3 4 5 6 7 8
extern crate skeptic; fn main() { { // Run skeptic skeptic::generate_doc_tests(&["README.md"]); } }