1
Fork 0

std: Move unstable::finally to std::finally. #1457

[breaking-change]
This commit is contained in:
Brian Anderson 2014-05-20 22:27:24 -07:00
parent 1a1e6c8e73
commit 8e58ec5b9d
8 changed files with 8 additions and 9 deletions

View file

@ -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;