Skip to content

Commit

Permalink
auto merge of rust-lang#15574 : omasanori/rust/hidden, r=huonw
Browse files Browse the repository at this point in the history
bors committed Jul 11, 2014
2 parents e11e094 + 7bed325 commit 559cf92
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 559cf92

Please sign in to comment.