Skip to content

Commit

Permalink
Enable 2021 edition globally for rustfmt (rust-lang#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaiser authored Jul 28, 2022
1 parent a89a22f commit 4a7f298
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

# Run rustfmt with this config (it should be picked up automatically).
edition = "2021"
version = "Two"
use_small_heuristics = "Max"
merge_derives = false
Expand Down
4 changes: 0 additions & 4 deletions tests/kani/AsyncAwait/rustfmt.toml

This file was deleted.

0 comments on commit 4a7f298

Please sign in to comment.