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/lib.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/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index bb6f93cf087..ca70fd162b7 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -144,6 +144,7 @@ pub use core::clone; #[cfg(not(test))] pub use core::cmp; pub use core::container; pub use core::default; +pub use core::finally; pub use core::intrinsics; pub use core::iter; #[cfg(not(test))] pub use core::kinds; |
