File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ export CARGO_TARGET_DIR=`pwd`/target/
24
24
# Perform various checks for lint registration
25
25
./util/dev update_lints --check
26
26
./util/dev --limit-stderr-length
27
- cargo +nightly fmt --all -- --check
28
27
29
28
# Check running clippy-driver without cargo
30
29
(
@@ -60,16 +59,6 @@ rustup override set nightly
60
59
# avoid loop spam and allow cmds with exit status != 0
61
60
set +ex
62
61
63
- # Excluding `ice-3891.rs` because the code triggers a rustc parse error which
64
- # makes rustfmt fail.
65
- for file in ` find tests -not -path " tests/ui/crashes/ice-3891.rs" | grep " \.rs$" ` ; do
66
- rustfmt ${file} --check
67
- if [ $? -ne 0 ]; then
68
- echo " ${file} needs reformatting!"
69
- tests_need_reformatting=" true"
70
- fi
71
- done
72
-
73
62
set -ex # reset
74
63
75
64
if [ " ${tests_need_reformatting} " == " true" ] ; then
You can’t perform that action at this time.
0 commit comments