We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fb4ec commit d382686Copy full SHA for d382686
.vscode/settings.json
@@ -2,6 +2,8 @@
2
"rust-analyzer.rustfmt.overrideCommand": [
3
"rustfmt",
4
"+nightly-2025-01-15",
5
+ "--edition",
6
+ "2024",
7
"--"
8
],
9
}
0 commit comments