2025-06-12 15:06:12 +02:00
|
|
|
//@ needs-target-std
|
2024-05-17 12:13:22 +02:00
|
|
|
#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
|
|
|
|
|
mod scrape;
|
2024-05-11 20:27:50 +02:00
|
|
|
|
|
|
|
|
fn main() {
|
2024-05-19 14:00:12 +02:00
|
|
|
scrape::scrape(&[]);
|
2024-05-11 20:27:50 +02:00
|
|
|
}
|