juniper/docs/book/tests/build.rs
Kai Ren 421b343398
Remove redundant extern crate usages (#790)
Additionally:
- remove obsolete benches in benches/ dir
- restore benches in juniper/benches/ dir
2020-10-19 19:42:27 +03:00

4 lines
124 B
Rust

fn main() {
let files = skeptic::markdown_files_of_directory("../content/");
skeptic::generate_doc_tests(&files);
}