about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--editors/code/language-configuration-rustdoc.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/code/language-configuration-rustdoc.json b/editors/code/language-configuration-rustdoc.json
index 8474180e7b0..c905d3b6067 100644
--- a/editors/code/language-configuration-rustdoc.json
+++ b/editors/code/language-configuration-rustdoc.json
@@ -11,8 +11,7 @@
     "autoClosingPairs": [
         { "open": "{", "close": "}" },
         { "open": "[", "close": "]" },
-        { "open": "(", "close": ")" },
-        { "open": "<", "close": ">", "notIn": ["string"] }
+        { "open": "(", "close": ")" }
     ],
     "surroundingPairs": [
         ["(", ")"],