]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34876 - frewsxcv:vec-as-mut-slice, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 17 Jul 2016 19:04:51 +0000 (12:04 -0700)
committerGitHub <noreply@github.com>
Sun, 17 Jul 2016 19:04:51 +0000 (12:04 -0700)
commitf441bca4993450e4a2f63bac382f9ebc4be274d1
tree1e5a800d7c0d55aec1fa0e6df762685cb1c0ca2c
parent34f35ed29c8acdbe1e3c172786fc41d6f4fb6090
parentf80165dfa2253bb8da054296391c8bfe5012b69f
Auto merge of #34876 - frewsxcv:vec-as-mut-slice, r=alexcrichton

Remove unnecessary indexing and deref in `Vec::as_mut_slice`.

None