Skip to content

Commit

Permalink
Fix annoying message about missing test crate
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwire committed Nov 10, 2023
1 parent ef4fd6b commit 0e310a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
"rust-analyzer.checkOnSave.allTargets": false,
"editor.formatOnSave": true
"rust-analyzer.check.allTargets": false,
"rust-analyzer.checkOnSave": true,
"editor.formatOnSave": true,
}
5 changes: 4 additions & 1 deletion usb-c-fusb302-pi.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
}
],
"settings": {
"rust-analyzer.cargo.target": "thumbv6m-none-eabi"
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
"rust-analyzer.check.allTargets": false,
"rust-analyzer.checkOnSave": true,
"editor.formatOnSave": true,
}
}

0 comments on commit 0e310a9

Please sign in to comment.