diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-05-21 12:47:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 12:47:05 +0200 |
| commit | 7ef533bce604bfbf829953daea5dfef5fb85fa5d (patch) | |
| tree | 4c266f75d4408b4511c64d474f82ea60016d792c /src | |
| parent | 4abf179b1471c0bf332ffca6c39425d7fb8feab1 (diff) | |
| parent | 95c47d3396c324b32ffaedc2681a370107aeb6be (diff) | |
| download | rust-7ef533bce604bfbf829953daea5dfef5fb85fa5d.tar.gz rust-7ef533bce604bfbf829953daea5dfef5fb85fa5d.zip | |
Rollup merge of #125218 - Oneirical:easy-test-the-third, r=jieyouxu
Migrate `run-make/no-intermediate-extras` to new `rmake.rs` Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html).
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/allowed_run_make_makefiles.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/allowed_run_make_makefiles.txt b/src/tools/tidy/src/allowed_run_make_makefiles.txt index 9b879f33778..3f4fceccab0 100644 --- a/src/tools/tidy/src/allowed_run_make_makefiles.txt +++ b/src/tools/tidy/src/allowed_run_make_makefiles.txt @@ -177,7 +177,6 @@ run-make/no-alloc-shim/Makefile run-make/no-builtins-attribute/Makefile run-make/no-builtins-lto/Makefile run-make/no-duplicate-libs/Makefile -run-make/no-intermediate-extras/Makefile run-make/obey-crate-type-flag/Makefile run-make/optimization-remarks-dir-pgo/Makefile run-make/optimization-remarks-dir/Makefile |
