11504: Fix a typo in server_capabilities.experimental r=lnicola a=nemethf

Commit 27c4be6b4f wasn't really complex, but I still managed to make a mistake there, which this PR fixes.  Sorry.

Co-authored-by: Felicián Németh <felician.nemeth@gmail.com>
This commit is contained in:
bors[bot] 2022-02-19 10:09:22 +00:00 committed by GitHub
commit 1d53f695f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,