49297afab0
Imported from https://github.com/graphql-rust/graphql-rust.github.io.
6 lines
144 B
Rust
6 lines
144 B
Rust
extern crate skeptic;
|
|
|
|
fn main() {
|
|
let files = skeptic::markdown_files_of_directory("../docs/");
|
|
skeptic::generate_doc_tests(&files);
|
|
}
|