diff --git a/editors/code/package.json b/editors/code/package.json
index ab0f25b2fb9..b8aaa07d879 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -166,11 +166,6 @@
                 "command": "rust-analyzer.joinLines",
                 "key": "ctrl+shift+j",
                 "when": "editorTextFocus && editorLangId == rust"
-            },
-            {
-                "command": "rust-analyzer.onEnter",
-                "key": "enter",
-                "when": "editorTextFocus && !suggestWidgetVisible && editorLangId == rust && !vim.active || vim.mode == 'Insert' && editorTextFocus && !suggestWidgetVisible && editorLangId == rust"
             }
         ],
         "configuration": {