From 7e62bdae35c393ccd100c69e70e135d176b6d176 Mon Sep 17 00:00:00 2001 From: Jacob Hinchliffe Date: Sun, 23 Feb 2025 11:53:42 +0000 Subject: [PATCH] Make rust-analyzer use clippy as the check command. --- .vscode/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c7cc8ca..deb9e98 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,6 @@ "[rust]": { "editor.defaultFormatter": "rust-lang.rust-analyzer", "editor.formatOnSave": true - } -} - + }, + "rust-analyzer.check.command": "clippy", +} \ No newline at end of file