blob: 8996ff184c90091230d42883c69cf8f9c2bdb081 [file] [log] [blame]
//@ needs-target-std
#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
mod scrape;
fn main() {
scrape::scrape(&[]);
}