We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e5972 commit db47ff0Copy full SHA for db47ff0
grammars/rust.cson
@@ -117,11 +117,6 @@
117
'name': 'storage.class.std.rust'
118
'match': '\\b(Box|String|Vec|Path|PathBuf)\\b'
119
}
120
- 'std_vars': {
121
- 'comment': 'Standard library type variant'
122
- 'name': 'support.constant.std.rust'
123
- 'match': '\\b(Some|None|Ok|Err)\\b'
124
- }
125
'std_traits': {
126
'comment': 'Standard library trait'
127
'name': 'support.type.std.rust'
@@ -262,7 +257,6 @@
262
257
{ 'include': '#core_marker' }
263
258
{ 'include': '#core_traits' }
264
259
{ 'include': '#std_types' }
265
- { 'include': '#std_vars' }
266
260
{ 'include': '#std_traits' }
267
261
# TODO: procs and closures
268
# Macros
0 commit comments