Skip to content

Commit 1d53f69

Browse files
bors[bot]nemethf
andauthored
Merge #11504
11504: Fix a typo in server_capabilities.experimental r=lnicola a=nemethf Commit 27c4be6 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 <[email protected]>
2 parents acf5874 + 2bcde59 commit 1d53f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/caps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub fn server_capabilities(config: &Config) -> ServerCapabilities {
117117
"hoverRange": true,
118118
"joinLines": true,
119119
"matchingBrace": true,
120-
"moveItems": true,
120+
"moveItem": true,
121121
"onEnter": true,
122122
"openCargoToml": true,
123123
"parentModule": true,

0 commit comments

Comments
 (0)