This commit is contained in:
Ben Wishovich
2025-08-18 18:38:36 -07:00
committed by GitHub
parent 30e038755d
commit 16c53319a4

View File

@@ -160,6 +160,21 @@ name = "rust"
allFeatures = true
```
Zed, in `settings.json`:
```json
{
-- Other Settings ...
"lsp": {
"rust-analyzer": {
"cargo": {
allFeatures: true // Enable all features
}
}
}
}
```
SublimeText 3,in the user settings for LSP-rust-analyzer-settings.json
```json
{