fix for rust-analyzer warning
This commit is contained in:
parent
b6f4c1aa56
commit
b3ea15a161
2 changed files with 6 additions and 6 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -7,7 +7,7 @@
|
||||||
// For Rust Analyzer plugin users:
|
// For Rust Analyzer plugin users:
|
||||||
"rust-analyzer.cargo.target": "riscv64gc-unknown-none-elf",
|
"rust-analyzer.cargo.target": "riscv64gc-unknown-none-elf",
|
||||||
"rust-analyzer.checkOnSave.allTargets": false,
|
"rust-analyzer.checkOnSave.allTargets": false,
|
||||||
"rust-analyzer.cargo.features": [
|
// "rust-analyzer.cargo.features": [
|
||||||
"board_qemu"
|
// "board_qemu"
|
||||||
]
|
// ]
|
||||||
}
|
}
|
|
@ -11,6 +11,6 @@ edition = "2018"
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
[features]
|
# [features]
|
||||||
board_qemu = []
|
# board_qemu = []
|
||||||
board_k210 = []
|
# board_k210 = []
|
Loading…
Add table
Add a link
Reference in a new issue