This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
7c735958b2
rust
/
tests
/
run-make
/
rustdoc-scrape-examples-ordering
/
rmake.rs
7 lines
104 B
Rust
Raw
Normal View
History
Unescape
Escape
Use common `scrape.rs` file
2024-05-17 12:13:22 +02:00
#[
path =
"
../rustdoc-scrape-examples-remap/scrape.rs
"
]
mod
scrape
;
Migrate `rustdoc-scrape-examples-ordering` to `rmake`
2024-05-11 20:27:50 +02:00
fn
main
(
)
{
Use common `scrape.rs` file
2024-05-17 12:13:22 +02:00
scrape
::
scrape
(
)
;
Migrate `rustdoc-scrape-examples-ordering` to `rmake`
2024-05-11 20:27:50 +02:00
}
Copy permalink