]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #15292 : alxgnon/rust/vim_syntax_cleanup, r=cmr
authorbors <bors@rust-lang.org>
Tue, 1 Jul 2014 21:26:33 +0000 (21:26 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 Jul 2014 21:26:33 +0000 (21:26 +0000)
- Fix a couple mistakes:
  - `Ordering` is an enum, not a trait.
  - `Container` is now named `Collection`.
  - Add missing `CheckedDiv`.
  - Remove obsolete `OwnedVector`.
- Reorganize some lines to match [prelude's arrangement](http://doc.rust-lang.org/std/prelude/#reexports), making mistakes easier to spot in the future.


Trivial merge