Skip to content

Commit 9923152

Browse files
committed
don't check some features on save
1 parent 936124c commit 9923152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"rust-analyzer.checkOnSave.features": ["all", "unsupported", "twitch_oauth2/reqwest_client", "twitch_oauth2/surf_client", "deny_unknown_fields", "surf/curl-client"],
2+
"rust-analyzer.checkOnSave.features": ["helix", "unsupported", "deny_unknown_fields"],
33
"rust-analyzer.checkOnSave.enable": true,
44
"rust-analyzer.cargo.features": ["helix", "unsupported", "deny_unknown_fields"],
55
"rust-analyzer.experimental.procAttrMacros": true,

0 commit comments

Comments
 (0)