Skip to content

Commit 14ae964

Browse files
Migrate run-make/rustdoc-scrape-examples-invalid-expr to rmake.rs
1 parent bb97203 commit 14ae964

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/tools/tidy/src/allowed_run_make_makefiles.txt

-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ run-make/rlib-format-packed-bundled-libs/Makefile
234234
run-make/rmeta-preferred/Makefile
235235
run-make/rustc-macro-dep-files/Makefile
236236
run-make/rustdoc-io-error/Makefile
237-
run-make/rustdoc-scrape-examples-invalid-expr/Makefile
238237
run-make/rustdoc-scrape-examples-macros/Makefile
239238
run-make/rustdoc-scrape-examples-multiple/Makefile
240239
run-make/rustdoc-scrape-examples-test/Makefile

tests/run-make/rustdoc-scrape-examples-invalid-expr/Makefile

-5
This file was deleted.
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+
}

0 commit comments

Comments
 (0)