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