Skip to content

Commit cbfc0a5

Browse files
committed
auto merge of #13161 : FlaPer87/rust/master, r=alexcrichton
2 parents 42e1003 + 2e6607a commit cbfc0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/vim/syntax/rust.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ syn keyword rustType f64 i8 i16 i32 i64 str Self
5252
" to make it easy to update.
5353

5454
" Core operators {{{3
55-
syn keyword rustTrait Freeze Copy Send Sized
55+
syn keyword rustTrait Share Copy Send Sized
5656
syn keyword rustTrait Add Sub Mul Div Rem Neg Not
5757
syn keyword rustTrait BitAnd BitOr BitXor
5858
syn keyword rustTrait Drop

0 commit comments

Comments
 (0)