fix for rust-analyzer warning

This commit is contained in:
Yu Chen 2022-12-31 11:09:23 +08:00
parent b6f4c1aa56
commit b3ea15a161
2 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@
// For Rust Analyzer plugin users:
"rust-analyzer.cargo.target": "riscv64gc-unknown-none-elf",
"rust-analyzer.checkOnSave.allTargets": false,
"rust-analyzer.cargo.features": [
"board_qemu"
]
// "rust-analyzer.cargo.features": [
// "board_qemu"
// ]
}