mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
make tidy happy
This commit is contained in:
parent
50539da261
commit
198b073192
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user