From 3c41807f0f7e92df1ebd5f5ebc2ffa4d542185dc Mon Sep 17 00:00:00 2001 From: Anthony Graignic Date: Tue, 21 Feb 2023 14:53:17 +0100 Subject: [PATCH] docs: replace deprecated setting in rust-analyzer's snippet (#1481) Co-authored-by: Anthony Graignic --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d3ec6bd09..ce18169e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,7 +90,7 @@ If you are working in VSCode, we recommend you install the [rust-analyzer](https ```json "editor.formatOnSave": true, "rust-analyzer.rustfmt.extraArgs": ["+nightly"], -"rust-analyzer.checkOnSave.overrideCommand": [ +"rust-analyzer.check.overrideCommand": [ "cargo", "+nightly", "clippy",