diff options
| author | Jakub Bukaj <jakub@jakub.cc> | 2014-11-16 10:21:42 +0100 |
|---|---|---|
| committer | Jakub Bukaj <jakub@jakub.cc> | 2014-11-16 10:21:42 +0100 |
| commit | 4c30cb25642d2cd4b228554e768068ba07504797 (patch) | |
| tree | ea124407c05314a1862322b1fccc28ac21a3ba09 /src/etc | |
| parent | 42c77f4958fcd6c2238d883c49f52341e0631999 (diff) | |
| parent | d82a7ea57a69954dcc9b58869907a0a070ef432d (diff) | |
| download | rust-4c30cb25642d2cd4b228554e768068ba07504797.tar.gz rust-4c30cb25642d2cd4b228554e768068ba07504797.zip | |
rollup merge of #18976: bjz/rfc369-numerics
Diffstat (limited to 'src/etc')
| -rw-r--r-- | src/etc/vim/syntax/rust.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 710092a3e5f..1b1b65bd560 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -105,7 +105,7 @@ syn keyword rustTrait RawPtr syn keyword rustTrait Buffer Writer Reader Seek syn keyword rustTrait Str StrVector StrSlice syn keyword rustTrait IntoMaybeOwned StrAllocating UnicodeStrSlice -syn keyword rustTrait ToString IntoStr +syn keyword rustTrait ToString IntoString syn keyword rustTrait Tuple1 Tuple2 Tuple3 Tuple4 syn keyword rustTrait Tuple5 Tuple6 Tuple7 Tuple8 syn keyword rustTrait Tuple9 Tuple10 Tuple11 Tuple12 |
