Skip to content

Commit 263a25c

Browse files
VS Code: don't enable all features
1 parent 7a0be8a commit 263a25c

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,4 +1,5 @@
11
{
22
"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
33
"rust-analyzer.checkOnSave.allTargets": false,
4-
}
4+
"rust-analyzer.cargo.allFeatures": false,
5+
}

0 commit comments

Comments
 (0)