Skip to content

Commit c6bb352

Browse files
committed
Remove autoclosing pair <> in rustdoc
1 parent d24db9f commit c6bb352

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

editors/code/language-configuration-rustdoc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"autoClosingPairs": [
1212
{ "open": "{", "close": "}" },
1313
{ "open": "[", "close": "]" },
14-
{ "open": "(", "close": ")" },
15-
{ "open": "<", "close": ">", "notIn": ["string"] }
14+
{ "open": "(", "close": ")" }
1615
],
1716
"surroundingPairs": [
1817
["(", ")"],

0 commit comments

Comments
 (0)