about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-07-11 08:36:40 +0000
committerbors <bors@rust-lang.org>2014-07-11 08:36:40 +0000
commit559cf9288974e9e2f6ad238d6485e7f96cd55b66 (patch)
treeb5e3724d2bb23299c7150a11dbd1de10cf033d0a /src/libstd
parente11e094c0a90e1a518ea996f826abdf3ad0e4cbb (diff)
parent7bed325254a074b8ff72ed1d037bf8e84aa9888f (diff)
downloadrust-559cf9288974e9e2f6ad238d6485e7f96cd55b66.tar.gz
rust-559cf9288974e9e2f6ad238d6485e7f96cd55b66.zip
auto merge of #15574 : omasanori/rust/hidden, r=huonw
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 14782cafce3..881c9d96481 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -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;
-}