diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-12-15 22:44:51 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-12-15 23:05:00 +1100 |
| commit | 4f62c969f618463914b148d53bef1d0faeb2782f (patch) | |
| tree | 3a6a4bfd063c9b9caf606aff7ad0a409399897d1 /src/libstd/rt/stack.rs | |
| parent | 0393c402a6f523993bb47c579d7382bec507bde7 (diff) | |
| download | rust-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
