make tidy happy

This commit is contained in:
Oneirical 2024-05-11 15:54:18 -04:00
parent 50539da261
commit 198b073192
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,3 @@
run-make/alloc-no-oom-handling/Makefile
run-make/alloc-no-rc/Makefile
run-make/alloc-no-sync/Makefile
run-make/allocator-shim-circular-deps/Makefile
run-make/allow-non-lint-warnings-cmdline/Makefile
run-make/allow-warnings-cmdline-stability/Makefile

View File

@ -1,4 +1,5 @@
// This test checks that alloc can still compile correctly when the unstable no_global_oom_handling feature is turned on.
// This test checks that alloc can still compile correctly
// when the unstable no_global_oom_handling feature is turned on.
// See https://github.com/rust-lang/rust/pull/84266
use run_make_support::rustc;

View File

@ -1,4 +1,5 @@
// This test checks that alloc can still compile correctly when the unstable no_rc feature is turned on.
// This test checks that alloc can still compile correctly
// when the unstable no_rc feature is turned on.
// See https://github.com/rust-lang/rust/pull/84266
use run_make_support::rustc;

View File

@ -1,4 +1,5 @@
// This test checks that alloc can still compile correctly when the unstable no_sync feature is turned on.
// This test checks that alloc can still compile correctly
// when the unstable no_sync feature is turned on.
// See https://github.com/rust-lang/rust/pull/84266
use run_make_support::rustc;