Skip to content

Commit 4c78d28

Browse files
committed
Remove range function
1 parent ed13698 commit 4c78d28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/etc/vim/syntax/rust.vim

-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ syn keyword rustTrait Vec
9595
syn keyword rustTrait Path GenericPath
9696
" FIXME: remove when I/O reform lands
9797
syn keyword rustTrait Buffer Writer Reader Seek BufferPrelude
98-
" FIXME: remove when range syntax lands
99-
syn keyword rustFunction range
10098

10199
" Other syntax {{{2
102100
syn keyword rustSelf self

0 commit comments

Comments
 (0)