Skip to content

Commit cd53590

Browse files
committed
more tidy checks
1 parent 5daa61c commit cd53590

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/tools/tidy/src/allowed_run_make_makefiles.txt

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ run-make/compiler-rt-works-on-mingw/Makefile
3131
run-make/compressed-debuginfo/Makefile
3232
run-make/const-prop-lint/Makefile
3333
run-make/const_fn_mir/Makefile
34-
run-make/core-no-fp-fmt-parse/Makefile
3534
run-make/core-no-oom-handling/Makefile
3635
run-make/crate-data-smoke/Makefile
3736
run-make/crate-hash-rustc-version/Makefile

tests/run-make/core-no-fp-fmt-parse/rmake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ fn main() {
1818
.arg("--cfg")
1919
.arg("no_fp_fmt_parse")
2020
.run();
21-
}
21+
}

0 commit comments

Comments
 (0)