提交 c712b279 编写于 作者: chyyuu1972's avatar chyyuu1972

fix for rust-analyzer warning

上级 b46036b2
......@@ -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"
// ]
}
\ No newline at end of file
......@@ -11,6 +11,6 @@ edition = "2018"
[profile.release]
debug = true
[features]
board_qemu = []
board_k210 = []
\ No newline at end of file
# [features]
# board_qemu = []
# board_k210 = []
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册