Skip to content

Commit

Permalink
make tidy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneirical committed May 11, 2024
1 parent 50539da commit 198b073
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/tools/tidy/src/allowed_run_make_makefiles.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion tests/run-make/alloc-no-oom-handling/rmake.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
3 changes: 2 additions & 1 deletion tests/run-make/alloc-no-rc/rmake.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
3 changes: 2 additions & 1 deletion tests/run-make/alloc-no-sync/rmake.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 198b073

Please sign in to comment.