This commit is contained in:
benwis
2025-08-18 18:35:29 -07:00
parent 30e038755d
commit 79255fdb31

View File

@@ -160,6 +160,21 @@ name = "rust"
allFeatures = true 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 SublimeText 3,in the user settings for LSP-rust-analyzer-settings.json
```json ```json
{ {