mirror of
https://github.com/actix/actix-web.git
synced 2024-11-15 21:31:24 +00:00
6 lines
130 B
Rust
6 lines
130 B
Rust
extern crate skeptic;
|
|
|
|
fn main() {
|
|
// generates doc tests for `README.md`.
|
|
skeptic::generate_doc_tests(&["README.md"]);
|
|
}
|