Skip to content

Commit 198b073

Browse files
committed
make tidy happy
1 parent 50539da commit 198b073

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/tools/tidy/src/allowed_run_make_makefiles.txt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
run-make/alloc-no-oom-handling/Makefile
2-
run-make/alloc-no-rc/Makefile
3-
run-make/alloc-no-sync/Makefile
41
run-make/allocator-shim-circular-deps/Makefile
52
run-make/allow-non-lint-warnings-cmdline/Makefile
63
run-make/allow-warnings-cmdline-stability/Makefile

tests/run-make/alloc-no-oom-handling/rmake.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This test checks that alloc can still compile correctly when the unstable no_global_oom_handling feature is turned on.
1+
// This test checks that alloc can still compile correctly
2+
// when the unstable no_global_oom_handling feature is turned on.
23
// See https://github.com/rust-lang/rust/pull/84266
34

45
use run_make_support::rustc;

tests/run-make/alloc-no-rc/rmake.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This test checks that alloc can still compile correctly when the unstable no_rc feature is turned on.
1+
// This test checks that alloc can still compile correctly
2+
// when the unstable no_rc feature is turned on.
23
// See https://github.com/rust-lang/rust/pull/84266
34

45
use run_make_support::rustc;

tests/run-make/alloc-no-sync/rmake.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// This test checks that alloc can still compile correctly when the unstable no_sync feature is turned on.
1+
// This test checks that alloc can still compile correctly
2+
// when the unstable no_sync feature is turned on.
23
// See https://github.com/rust-lang/rust/pull/84266
34

45
use run_make_support::rustc;

0 commit comments

Comments
 (0)