diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-05-20 22:27:24 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-05-23 15:28:27 -0700 |
| commit | 8e58ec5b9d5c473b28124692ee8aa77e2e835b33 (patch) | |
| tree | 860ed0c39eec0bc489114a4b073379bfa1523ca3 /src/libstd/slice.rs | |
| parent | 1a1e6c8e7358df16e87e9d9f9cdcc5c80dfdeca1 (diff) | |
| download | rust-8e58ec5b9d5c473b28124692ee8aa77e2e835b33.tar.gz rust-8e58ec5b9d5c473b28124692ee8aa77e2e835b33.zip | |
std: Move unstable::finally to std::finally. #1457
[breaking-change]
Diffstat (limited to 'src/libstd/slice.rs')
| -rw-r--r-- | src/libstd/slice.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/slice.rs b/src/libstd/slice.rs index 18dc871fb27..e1242e24537 100644 --- a/src/libstd/slice.rs +++ b/src/libstd/slice.rs @@ -110,7 +110,7 @@ use option::{None, Option, Some}; use ptr::RawPtr; use ptr; use rt::heap::{allocate, deallocate}; -use unstable::finally::try_finally; +use finally::try_finally; use vec::Vec; pub use core::slice::{ref_slice, mut_ref_slice, Splits, Windows}; |
