Skip to content

Commit edd2a18

Browse files
committed
Remove Left and Right keywords
1 parent 491be5d commit edd2a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rust.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
</dict>
140140
<dict>
141141
<key>match</key>
142-
<string>\b(true|false|Some|None|Left|Right|Ok|Err)\b</string>
142+
<string>\b(true|false|Some|None|Ok|Err)\b</string>
143143
<key>name</key>
144144
<string>constant.language.source.rust</string>
145145
</dict>

0 commit comments

Comments
 (0)