We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
edition
rustfmt
1 parent 21fee20 commit 43b4186Copy full SHA for 43b4186
ci/rustfmt.sh
@@ -15,5 +15,5 @@ TMP_FILE=$(mktemp)
15
find . -name '*.rs' -type f |sort >$TMP_FILE
16
for file in $(comm -23 $TMP_FILE rustfmt_excluded_files); do
17
echo "Checking formatting of $file"
18
- rustfmt $VERS --check $file
+ rustfmt $VERS --edition 2021 --check $file
19
done
0 commit comments