mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 21:28:05 +00:00
8 lines
149 B
Rust
8 lines
149 B
Rust
//@ needs-target-std
|
|
#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
|
|
mod scrape;
|
|
|
|
fn main() {
|
|
scrape::scrape(&["--scrape-tests"], &[]);
|
|
}
|