Skip to content

Commit 9ba9a64

Browse files
meta(vscode): Run rust-analyzer with all features (#902)
So that rust-analyzer also analyzes feature-flag-guarded portions of code when using VSCode/Cursor --------- Co-authored-by: Lorenzo Cian <[email protected]>
1 parent 750dec0 commit 9ba9a64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"editor.formatOnSave": true
2+
"editor.formatOnSave": true,
3+
"rust-analyzer.cargo.features": "all"
34
}

0 commit comments

Comments
 (0)