mirror of
https://github.com/hubaldv/bioz-firmware-rs.git
synced 2025-12-06 05:01:18 +00:00
8 lines
232 B
JSON
8 lines
232 B
JSON
{
|
|
"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
|
|
"rust-analyzer.checkOnSave.allTargets": false,
|
|
// "editor.formatOnSave": true
|
|
"rust-analyzer.diagnostics.disabled": [
|
|
"trait-impl-incorrect-safety"
|
|
]
|
|
} |