Skip to content

Commit

Permalink
Auto merge of rust-lang#15136 - mohsen-alizadeh:13908-delete-matching…
Browse files Browse the repository at this point in the history
…-brace-key-binding, r=Veykril

delete matching brace key binding

closes rust-lang#13908
  • Loading branch information
bors committed Jun 28, 2023
2 parents 0216044 + fd1130b commit 77ccd64
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 77ccd64

Please sign in to comment.