diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-07 03:21:09 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-06-07 03:21:37 +0200 |
| commit | 3be49d3e794d5819574fe33ffbfda9da1ddbe216 (patch) | |
| tree | 30ac3b89de123efd2e6a6d9cc250783f9df6f699 /.vscode/settings.json | |
| parent | ef1ebefec0c682553213406b3e59a30a79520291 (diff) | |
fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled.
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 4c6c3bece..ca242662b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | "editor.formatOnSave": true, | 3 | "editor.formatOnSave": true, |
| 4 | "rust-analyzer.checkOnSave.allFeatures": false, | 4 | "rust-analyzer.checkOnSave.allFeatures": false, |
| 5 | "rust-analyzer.checkOnSave.allTargets": false, | 5 | "rust-analyzer.checkOnSave.allTargets": false, |
| 6 | //"rust-analyzer.cargo.target": "thumbv7em-none-eabi", | 6 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", |
| 7 | //"rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi", | 7 | "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi", |
| 8 | "rust-analyzer.procMacro.enable": true, | 8 | "rust-analyzer.procMacro.enable": true, |
| 9 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, | 9 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, |
| 10 | "files.watcherExclude": { | 10 | "files.watcherExclude": { |
