1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-01 02:05:04 +00:00
actix-web/build.rs

7 lines
130 B
Rust
Raw Normal View History

2017-09-30 16:10:03 +00:00
extern crate skeptic;
fn main() {
// generates doc tests for `README.md`.
skeptic::generate_doc_tests(&["README.md"]);
}