fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled.

This commit is contained in:
Dario Nieuwenhuis
2021-06-07 03:21:09 +02:00
parent ef1ebefec0
commit 3be49d3e79
8 changed files with 161 additions and 99 deletions

View File

@ -3,8 +3,8 @@
"editor.formatOnSave": true,
"rust-analyzer.checkOnSave.allFeatures": false,
"rust-analyzer.checkOnSave.allTargets": false,
//"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
//"rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi",
"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
"rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi",
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
"files.watcherExclude": {