diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-10-18 00:55:43 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-10-18 01:05:29 +0200 |
| commit | a2e7c24e0055d13a61345dfce9fbe7fcf4e0d306 (patch) | |
| tree | 2f08fb1e2ed983259ae9eec59f21dbd1e41c5091 /.vscode/settings.json | |
| parent | d81a203ee264c8bb77eaae18944d4cace7b1683c (diff) | |
Clippy fixes
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index a5a656637..2be7ffbe0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | "rust-analyzer.assist.importGranularity": "module", | 4 | "rust-analyzer.assist.importGranularity": "module", |
| 5 | "rust-analyzer.checkOnSave.allFeatures": false, | 5 | "rust-analyzer.checkOnSave.allFeatures": false, |
| 6 | "rust-analyzer.checkOnSave.allTargets": false, | 6 | "rust-analyzer.checkOnSave.allTargets": false, |
| 7 | "rust-analyzer.checkOnSave.command": "clippy", | ||
| 7 | "rust-analyzer.cargo.noDefaultFeatures": true, | 8 | "rust-analyzer.cargo.noDefaultFeatures": true, |
| 8 | "rust-analyzer.checkOnSave.noDefaultFeatures": true, | 9 | "rust-analyzer.checkOnSave.noDefaultFeatures": true, |
| 9 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", | 10 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", |
