diff options
| author | bors <bors@rust-lang.org> | 2014-01-09 05:06:33 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-09 05:06:33 -0800 |
| commit | ab9ec6d59a0e5e79e553e0e4570a28ded1ead1aa (patch) | |
| tree | 5e07a6413e9cd17fa3d5efcde3b2488b7c802478 /src/etc/vim/syntax | |
| parent | fb44e20f657302e9b69101d0c26b095636349d38 (diff) | |
| parent | ceea85a148ec3426edfc00b8353a19c1d2df5dbf (diff) | |
| download | rust-ab9ec6d59a0e5e79e553e0e4570a28ded1ead1aa.tar.gz rust-ab9ec6d59a0e5e79e553e0e4570a28ded1ead1aa.zip | |
auto merge of #11402 : bjz/rust/remove-approx, r=alexcrichton
This trait seems to stray too far from the mandate of a standard library as implementations may vary between use cases. Third party libraries should implement their own if they need something like it. This closes #5316. r? @alexcrichton, @pcwalton
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 88e4189a759..65e7cd06149 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -71,7 +71,7 @@ syn keyword rustTrait Bool syn keyword rustTrait ToCStr syn keyword rustTrait Char syn keyword rustTrait Clone DeepClone -syn keyword rustTrait Eq ApproxEq Ord TotalEq TotalOrd Ordering Equiv +syn keyword rustTrait Eq Ord TotalEq TotalOrd Ordering Equiv syn keyword rustEnumVariant Less Equal Greater syn keyword rustTrait Container Mutable Map MutableMap Set MutableSet syn keyword rustTrait Default |
