Skip to content

Commit 7b0fd3b

Browse files
Migrate run-make/rustdoc-scrape-examples-whitespace to rmake.rs
1 parent f092f73 commit 7b0fd3b

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
@@ -236,7 +236,6 @@ run-make/rustc-macro-dep-files/Makefile
236236
run-make/rustdoc-io-error/Makefile
237237
run-make/rustdoc-scrape-examples-macros/Makefile
238238
run-make/rustdoc-scrape-examples-multiple/Makefile
239-
run-make/rustdoc-scrape-examples-whitespace/Makefile
240239
run-make/rustdoc-verify-output-files/Makefile
241240
run-make/rustdoc-with-output-option/Makefile
242241
run-make/rustdoc-with-short-out-dir-option/Makefile

tests/run-make/rustdoc-scrape-examples-whitespace/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)