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/
2424# Perform various checks for lint registration
2525./util/dev update_lints --check
2626./util/dev --limit-stderr-length
27- cargo +nightly fmt --all -- --check
2827
2928# Check running clippy-driver without cargo
3029(
@@ -60,16 +59,6 @@ rustup override set nightly
6059# avoid loop spam and allow cmds with exit status != 0
6160set +ex
6261
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-
7362set -ex # reset
7463
7564if [ " ${tests_need_reformatting} " == " true" ] ; then
You can’t perform that action at this time.
0 commit comments