make tidy happy
This commit is contained in:
parent
50539da261
commit
198b073192
4 changed files with 6 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue