]> git.lizzy.rs Git - rust.git/commit
auto merge of #17002 : tari/rust/std-mut-ref-slice, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 6 Sep 2014 13:06:27 +0000 (13:06 +0000)
committerbors <bors@rust-lang.org>
Sat, 6 Sep 2014 13:06:27 +0000 (13:06 +0000)
commit9f2ba967a0c6c161158da52fa86ae153ac6aab19
tree30adc77571c0c65359011c745bbc8b9981010105
parenta356e98803065a0e093c033a6e431099e0ea432e
parent0b53cc54e12e70d967e234d2680591219cb47c1c
auto merge of #17002 : tari/rust/std-mut-ref-slice, r=alexcrichton

`std::slice` exported `ref_slice` but not `mut_ref_slice`. This change makes it export both.