Skip to content

Commit

Permalink
Remove deprecated std::unstable module.
Browse files Browse the repository at this point in the history
Signed-off-by: OGINO Masanori <[email protected]>
omasanori committed Jul 10, 2014

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 6372915 commit 7bed325
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/libstd/lib.rs
Original file line number Diff line number Diff line change
@@ -286,11 +286,3 @@ mod std {
// The test runner requires std::slice::Vector, so re-export std::slice just for it.
#[cfg(test)] pub use slice;
}

#[deprecated]
#[allow(missing_doc)]
#[doc(hiden)]
pub mod unstable {
#[deprecated = "use std::dynamic_lib"]
pub use dynamic_lib;
}

0 comments on commit 7bed325

Please sign in to comment.