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