mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03: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"]);
|
|
}
|