]> git.lizzy.rs Git - rust.git/commit
core: Rename ImmutableSlice::unsafe_ref to unsafe_get
authorBrian Anderson <banderson@mozilla.com>
Thu, 7 Aug 2014 03:08:16 +0000 (20:08 -0700)
committerBrian Anderson <banderson@mozilla.com>
Wed, 13 Aug 2014 18:30:14 +0000 (11:30 -0700)
commit033f28d4364e0bd0ff7031b67e6bd0356fe00bfd
treeb1f101da8d54893d32a4766157fadceeb80d890f
parentfbc93082ec92c3534c4b27fef35d78d97bd77fd2
core: Rename ImmutableSlice::unsafe_ref to unsafe_get

Deprecate the previous.
src/libcollections/string.rs
src/libcollections/trie.rs
src/libcollections/vec.rs
src/libcore/slice.rs
src/librand/isaac.rs