Skip to content

Commit 31818a7

Browse files
committed
chore: Add edition to rustfmt override command
1 parent 982e07c commit 31818a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"rust-analyzer.rustfmt.overrideCommand": [
55
"rustfmt",
66
"+nightly-2025-05-26",
7+
"--edition",
8+
"2024",
79
"--"
810
]
911
}

0 commit comments

Comments
 (0)