Skip to content

Commit 4a7f298

Browse files
authored
Enable 2021 edition globally for rustfmt (rust-lang#1417)
1 parent a89a22f commit 4a7f298

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

rustfmt.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0 OR MIT
33

44
# Run rustfmt with this config (it should be picked up automatically).
5+
edition = "2021"
56
version = "Two"
67
use_small_heuristics = "Max"
78
merge_derives = false

tests/kani/AsyncAwait/rustfmt.toml

-4
This file was deleted.

0 commit comments

Comments
 (0)