Skip to content

Commit 7f58465

Browse files
Migrate run-make/rustdoc-scrape-examples-multiple to rmake.rs
1 parent 1d0e4af commit 7f58465

File tree

3 files changed

+6
-26
lines changed

3 files changed

+6
-26
lines changed

tests/run-make/rustdoc-scrape-examples-multiple/Makefile

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
2+
mod scrape;
3+
4+
fn main() {
5+
scrape::scrape(&[]);
6+
}

tests/run-make/rustdoc-scrape-examples-multiple/scrape.mk

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)