about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-scrape-examples-remap/rmake.rs
blob: ead3920c761329f4177cd65e9de27200fdaef540 (plain)
1
2
3
4
5
6
//@ needs-target-std
mod scrape;

fn main() {
    scrape::scrape(&[]);
}