docs: update VSCode settings key for enabling rust analyzer cargo features (#241)

This commit is contained in:
Dylan Manuel
2025-10-06 19:02:52 -05:00
committed by GitHub
parent b33147d5aa
commit a8c51a9fe4

View File

@@ -133,7 +133,7 @@ How to enable these features varies by your IDE, we've listed some common ones b
VSCode, in `settings.json`:
```json
{
"rust-analyzer.cargo.allFeatures": true, // Enable all features
"rust-analyzer.cargo.features": "all", // Enable all features
}
```