about summary refs log tree commit diff
path: root/src/libstd/rt/stack.rs
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2013-12-15 22:44:51 +1100
committerHuon Wilson <dbau.pp+github@gmail.com>2013-12-15 23:05:00 +1100
commit4f62c969f618463914b148d53bef1d0faeb2782f (patch)
tree3a6a4bfd063c9b9caf606aff7ad0a409399897d1 /src/libstd/rt/stack.rs
parent0393c402a6f523993bb47c579d7382bec507bde7 (diff)
downloadrust-4f62c969f618463914b148d53bef1d0faeb2782f.tar.gz
rust-4f62c969f618463914b148d53bef1d0faeb2782f.zip
std::vec: move pointless `raw::get` and `unsafe_get` functions.
This can easily be written as `(*v.unsafe_ref(i)).clone()`, or just
`*v.unsafe_ref(i)` for primitive types like `i32` (the common case).
Diffstat (limited to 'src/libstd/rt/stack.rs')
0 files changed, 0 insertions, 0 deletions