diff --git a/.vscode/settings.json b/.vscode/settings.json index ddcd8aac..75be60a6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,8 @@ "rust-analyzer.rustfmt.overrideCommand": [ "rustfmt", "+nightly-2025-01-15", + "--edition", + "2024", "--" ], }