Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 68354eb

Browse files
authoredMay 20, 2024
Unrolled build for rust-lang#125318
Rollup merge of rust-lang#125318 - GuillaumeGomez:migrate-rustdoc-examples-whitespaces, r=jieyouxu Migrate `run-make/rustdoc-scrape-examples-whitespace` to `rmake.rs` Part of rust-lang#121876. r? `@jieyouxu`
2 parents 474bee7 + 7b0fd3b commit 68354eb

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)
Failed to load comments.