Skip to content

Commit

Permalink
Unrolled build for rust-lang#125318
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
rust-timer authored May 20, 2024
2 parents 474bee7 + 7b0fd3b commit 68354eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/tools/tidy/src/allowed_run_make_makefiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ run-make/rustc-macro-dep-files/Makefile
run-make/rustdoc-io-error/Makefile
run-make/rustdoc-scrape-examples-macros/Makefile
run-make/rustdoc-scrape-examples-multiple/Makefile
run-make/rustdoc-scrape-examples-whitespace/Makefile
run-make/rustdoc-verify-output-files/Makefile
run-make/rustdoc-with-output-option/Makefile
run-make/rustdoc-with-short-out-dir-option/Makefile
Expand Down
5 changes: 0 additions & 5 deletions tests/run-make/rustdoc-scrape-examples-whitespace/Makefile

This file was deleted.

6 changes: 6 additions & 0 deletions tests/run-make/rustdoc-scrape-examples-whitespace/rmake.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
mod scrape;

fn main() {
scrape::scrape(&[]);
}

0 comments on commit 68354eb

Please sign in to comment.