mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
sublime: hint where feature flags would go
This commit is contained in:
parent
c48b467eff
commit
813b725957
1 changed files with 5 additions and 1 deletions
|
@ -182,7 +182,11 @@ Installation:
|
|||
"syntaxes": [
|
||||
"Packages/Rust/Rust.sublime-syntax",
|
||||
"Packages/Rust Enhanced/RustEnhanced.sublime-syntax"
|
||||
]
|
||||
],
|
||||
"initializationOptions": {
|
||||
"featureFlags": {
|
||||
}
|
||||
},
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue