about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--editors/code/package.json5
1 files changed, 0 insertions, 5 deletions
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
@@ -294,11 +294,6 @@
                 "when": "editorTextFocus && editorLangId == rust"
             },
             {
-                "command": "rust-analyzer.matchingBrace",
-                "key": "ctrl+shift+m",
-                "when": "editorTextFocus && editorLangId == rust"
-            },
-            {
                 "command": "rust-analyzer.joinLines",
                 "key": "ctrl+shift+j",
                 "when": "editorTextFocus && editorLangId == rust"