mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-27 11:16:03 +00:00
0a35a31e1b
Not sure why it wasn't complaining before.
13 lines
215 B
Rust
13 lines
215 B
Rust
extern crate skeptic;
|
|
|
|
fn main() {
|
|
extern crate skeptic;
|
|
|
|
skeptic::generate_doc_tests(&[
|
|
"Readme.md",
|
|
"doc/tutorial_1.md",
|
|
"doc/tutorial_2.md",
|
|
"doc/tutorial_3.md",
|
|
]);
|
|
}
|