fix rust-analyzer warning

This commit is contained in:
Yu Chen 2022-12-31 10:36:35 +08:00
parent 4e5f16cb23
commit 01856f5243
4 changed files with 14 additions and 13 deletions

View file

@ -14,6 +14,6 @@ riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }
[profile.release]
debug = true
[features]
board_qemu = []
board_k210 = []
# [features]
# board_qemu = []
# board_k210 = []