diff options
| author | bors <bors@rust-lang.org> | 2014-02-17 22:16:51 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-02-17 22:16:51 -0800 |
| commit | b0ce960609d17823a24469249b1a8b4e6ad9f448 (patch) | |
| tree | 47155529ce8b608797c17346adbed5e161fbde34 /src/etc/vim/syntax | |
| parent | 62d7d0079f1b539231cb8cbb8f6368d2e4be602c (diff) | |
| parent | 876eb931dcdfa1a1e55a58f3af230062727f3c70 (diff) | |
| download | rust-b0ce960609d17823a24469249b1a8b4e6ad9f448.tar.gz rust-b0ce960609d17823a24469249b1a8b4e6ad9f448.zip | |
auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton
This is part of the effort to simplify `std::num`, as tracked in issue #10387. It is also a step towards a proper IEEE-754 trait (see #12281).
Diffstat (limited to 'src/etc/vim/syntax')
| -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 03c67276049..511e0c9f74c 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -85,7 +85,7 @@ syn keyword rustTrait Iterator DoubleEndedIterator RandomAccessIterator Cloneabl syn keyword rustTrait OrdIterator MutableDoubleEndedIterator ExactSize syn keyword rustTrait Algebraic Trigonometric Exponential Hyperbolic -syn keyword rustTrait Bitwise Bounded Integer Fractional Real RealExt +syn keyword rustTrait Bitwise Bounded Integer syn keyword rustTrait Num NumCast CheckedAdd CheckedSub CheckedMul CheckedDiv syn keyword rustTrait Orderable Signed Unsigned Round syn keyword rustTrait Primitive Int Float ToStrRadix ToPrimitive FromPrimitive |
