Sign in
◑
Theme
fuchsia
/
third_party
/
rust
/
HEAD
/
.
/
tests
/
run-make
/
rustdoc
/
scrape-examples
/
ordering
/
rmake.rs
blob: e4ae84447eb96bbcde142c5f92c5d1670a7515a7 [
file
]
//@ needs-target-std
#[
path
=
"../remap/scrape.rs"
]
mod
scrape
;
fn
main
()
{
scrape
::
scrape
(&[],
&[]);
}