mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 03:23:05 +00:00
5 lines
86 B
Rust
5 lines
86 B
Rust
extern crate skeptic;
|
|
|
|
fn main() {
|
|
skeptic::generate_doc_tests(&["README.md"]);
|
|
}
|