Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
rustdoc-scrape-examples-whitespace
/
rmake.rs
blob: e9c54fa3922373de9bcc4115c537e121bcff08b4 [
file
] [
log
] [
blame
] [
edit
]
#[
path
=
"../rustdoc-scrape-examples-remap/scrape.rs"
]
mod
scrape
;
fn
main
()
{
scrape
::
scrape
(&[]);
}