mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-17 13:18:42 +00:00
7 lines
107 B
Rust
7 lines
107 B
Rust
#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
|
|
mod scrape;
|
|
|
|
fn main() {
|
|
scrape::scrape(&[]);
|
|
}
|