support rust-analyzer for board_qemu features

This commit is contained in:
Yu Chen 2022-07-14 09:59:06 +08:00
parent d6ed4dd134
commit a03f73d2dd
5 changed files with 29 additions and 1 deletions

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
.*/*
!.github/*
!.vscode/settings.json
.idea
Cargo.lock
target