7 lines
133 B
Rust
7 lines
133 B
Rust
//@ needs-target-std
|
|
#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
|
|
mod scrape;
|
|
|
|
fn main() {
|
|
scrape::scrape(&[], &[]);
|
|
}
|