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