diff --git a/editors/code/package.json b/editors/code/package.json index 476878128d7..2ab45fa1422 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -293,11 +293,6 @@ "key": "ctrl+shift+u", "when": "editorTextFocus && editorLangId == rust" }, - { - "command": "rust-analyzer.matchingBrace", - "key": "ctrl+shift+m", - "when": "editorTextFocus && editorLangId == rust" - }, { "command": "rust-analyzer.joinLines", "key": "ctrl+shift+j",