blob: ead3920c761329f4177cd65e9de27200fdaef540 [file] [log] [blame]
//@ needs-target-std
mod scrape;
fn main() {
scrape::scrape(&[]);
}