Unverified Commit b4ac306f authored by david-perez's avatar david-perez Committed by GitHub
Browse files

Use Rust 2021 edition with `rustfmt` in CI (#1728)

We've long migrated to the 2021 edition everywhere. See PRs #1388, #1328,
and #1268.

See issue #1332 too.
parent fd94858d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ sdk-lints check --all
sdk-lints fix --all

# shellcheck disable=SC2046
rustfmt --check --edition 2018 $(find . -name '*.rs' -print | grep -v /target/)
rustfmt --check --edition 2021 $(find . -name '*.rs' -print | grep -v /target/)

./gradlew -p buildSrc test
./gradlew ktlint