docs: replace deprecated setting in rust-analyzer's snippet (#1481)

Co-authored-by: Anthony Graignic <anthony.graignic@uca.fr>
This commit is contained in:
Anthony Graignic
2023-02-21 14:53:17 +01:00
committed by GitHub
parent 4e66cc7ea7
commit 3c41807f0f

View File

@ -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",