Skip to content

Commit

Permalink
more tidy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneirical committed Mar 29, 2024
1 parent 5daa61c commit cd53590
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/tools/tidy/src/allowed_run_make_makefiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ run-make/compiler-rt-works-on-mingw/Makefile
run-make/compressed-debuginfo/Makefile
run-make/const-prop-lint/Makefile
run-make/const_fn_mir/Makefile
run-make/core-no-fp-fmt-parse/Makefile
run-make/core-no-oom-handling/Makefile
run-make/crate-data-smoke/Makefile
run-make/crate-hash-rustc-version/Makefile
Expand Down
2 changes: 1 addition & 1 deletion tests/run-make/core-no-fp-fmt-parse/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ fn main() {
.arg("--cfg")
.arg("no_fp_fmt_parse")
.run();
}
}

0 comments on commit cd53590

Please sign in to comment.