Skip to content

Commit cd1ca14

Browse files
authored
Rollup merge of rust-lang#125248 - GuillaumeGomez:migrate-rustdoc-scrape-examples-invalid-expr, r=jieyouxu
Migrate `run-make/rustdoc-scrape-examples-invalid-expr` to `rmake.rs` Part of rust-lang#121876. r? `@jieyouxu`
2 parents fd90910 + 14ae964 commit cd1ca14

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)