lib/rouge/lexers/rust.rb in rouge-3.24.0 vs lib/rouge/lexers/rust.rb in rouge-3.25.0

- old
+ new

@@ -20,11 +20,11 @@ return true if text.shebang? 'rustc' end def self.keywords @keywords ||= %w( - as assert async await break const copy do drop else enum extern fail false - fn for if impl let log loop match mod move mut priv pub pure + as assert async await break const continue copy do drop else enum extern + fail false fn for if impl let log loop match mod move mut priv pub pure ref return self static struct true trait type unsafe use where while box ) end