Skip to content

Commit 98ce99d

Browse files
committed
auto merge of #5295 : apasel422/rust/kate, r=brson
Two small changes: `Not` was missing from the list of core traits and `assert` was removed from the language.
2 parents 1cde7e6 + b4f57d4 commit 98ce99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/kate/rust.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
</list>
1818
<list name="keywords">
1919
<item> as </item>
20-
<item> assert </item>
2120
<item> break </item>
2221
<item> const </item>
2322
<item> copy </item>
@@ -69,6 +68,7 @@
6968
<item> Shl </item>
7069
<item> Shr </item>
7170
<item> Index </item>
71+
<item> Not </item>
7272
</list>
7373
<list name="types">
7474
<item> bool </item>

0 commit comments

Comments
 (0)