Skip to content

Commit

Permalink
fix(rust): update keywords (#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzana authored and marcoscaceres committed Jul 30, 2019
1 parent 0a10d5c commit e91b22a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/languages/rust.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Category: system
function(hljs) {
var NUM_SUFFIX = '([ui](8|16|32|64|128|size)|f(32|64))\?';
var KEYWORDS =
'alignof as be box break const continue crate do else enum extern ' +
'false fn for if impl in let loop match mod mut offsetof once priv ' +
'proc pub pure ref return self Self sizeof static struct super trait true ' +
'type typeof unsafe unsized use virtual while where yield move default';
'abstract as async await become box break const continue crate do dyn ' +
'else enum extern false final fn for if impl in let loop macro match mod ' +
'move mut override priv pub ref return self Self static struct super ' +
'trait true try type typeof unsafe unsized use virtual where while yield';
var BUILTINS =
// functions
'drop ' +
Expand Down

0 comments on commit e91b22a

Please sign in to comment.