mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
7 lines
78 B
Rust
7 lines
78 B
Rust
//@ needs-target-std
|
|
mod scrape;
|
|
|
|
fn main() {
|
|
scrape::scrape(&[], &[]);
|
|
}
|