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

fix for rust-analyzer warning

上级 9f207d48
......@@ -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 @@ clap = "2.33.3"
easy-fs = { path = "../easy-fs" }
rand = "0.8.0"
[features]
board_qemu = []
board_k210 = []
\ No newline at end of file
# [features]
# board_qemu = []
# board_k210 = []
\ No newline at end of file
......@@ -13,6 +13,6 @@ bitflags = "1.2.1"
[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.
先完成此消息的编辑!
想要评论请 注册