mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Fix a typo in server_capabilities.experimental
This commit is contained in:
parent
acf5874b39
commit
2bcde5953a
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ pub fn server_capabilities(config: &Config) -> ServerCapabilities {
|
|||
"hoverRange": true,
|
||||
"joinLines": true,
|
||||
"matchingBrace": true,
|
||||
"moveItems": true,
|
||||
"moveItem": true,
|
||||
"onEnter": true,
|
||||
"openCargoToml": true,
|
||||
"parentModule": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue