support rust-analyzer for board_qemu features

This commit is contained in:
Yu Chen 2022-07-14 10:09:01 +08:00
parent 31cbc6d290
commit 426d4bead8
3 changed files with 20 additions and 0 deletions

3
.gitignore vendored
View file

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