1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-02 10:59:03 +01:00
actix-extras/build.rs

7 lines
130 B
Rust
Raw Normal View History

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