]> git.lizzy.rs Git - rust.git/commit
auto merge of #14307 : kballard/rust/vim_prelude_mutablecloneablevector, r=cmr
authorbors <bors@rust-lang.org>
Thu, 22 May 2014 03:11:27 +0000 (20:11 -0700)
committerbors <bors@rust-lang.org>
Thu, 22 May 2014 03:11:27 +0000 (20:11 -0700)
commitf78eb1434152224dae7d0f48528b5b0c064e9bc6
tree142e9bff294241a245793aa06b654866651760c0
parent257a73ce8273d026f2af1a5021ae2d1a4e7b95e5
parentbf0c6d8166b1b1a3c45a3131a6f019ed8a005a1f
auto merge of #14307 : kballard/rust/vim_prelude_mutablecloneablevector, r=cmr

Add slice::MutableCloneableVector to the prelude. It's the only slice
trait that's currently missing.

Update rust.vim to match the latest prelude and current set of keywords.
Also teach it to handle box placement expressions specially.