Skip to content

Commit 7bed987

Browse files
authored
Explicitly state the edition as CLion is somehow not able to correctly pick up the edition when using rustfmt (#517)
1 parent db27986 commit 7bed987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Basic
2+
edition = "2021"
23
hard_tabs = true
34
max_width = 100
45
use_small_heuristics = "Max"

0 commit comments

Comments
 (0)