Skip to content

Commit e7b22bb

Browse files
committed
Add unreachable snippet
1 parent 727b684 commit e7b22bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

snippets/unreachable.sublime-snippet

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
unreachable!()
4+
]]></content>
5+
<tabTrigger>unreachable</tabTrigger>
6+
<scope>source.rust</scope>
7+
<description>unreachable!(…)</description>
8+
</snippet>

0 commit comments

Comments
 (0)