Skip to content

Commit 40d03cf

Browse files
authored
Fixes rust LSP errors for the test-util feature flag (#128)
1 parent 9418e6b commit 40d03cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/target
22
/examples/**/target
33
.DS_Store
4-
.vscode

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"rust-analyzer.cargo.features": ["test-utils"]
3+
}

0 commit comments

Comments
 (0)