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

Use Rust 2021 edition for pre-commit's `rustfmt` (#1328)



In #1268, runtime crates were updated to Rust 2021 edition.

Co-authored-by: default avatarRussell Cohen <rcoh@amazon.com>
parent 27acbc6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,5 +26,5 @@ repos:
  - id: pretty-format-yaml
    args: [--autofix, --indent, '2']
  - id: pretty-format-rust
    entry: rustfmt --edition 2018
    entry: rustfmt --edition 2021
    files: ^.*\.rs$