support rust-analyzer for board_qemu features

This commit is contained in:
Yu Chen 2022-07-14 09:37:06 +08:00
parent d3cc2b05c0
commit d28f40d7ec
4 changed files with 18 additions and 3 deletions

View file

@ -12,3 +12,7 @@ lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
[profile.release]
debug = true
[features]
board_qemu = []
board_k210 = []