Skip to content

Commit 7bed325

Browse files
committed
Remove deprecated std::unstable module.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
1 parent 6372915 commit 7bed325

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/libstd/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,3 @@ mod std {
286286
// The test runner requires std::slice::Vector, so re-export std::slice just for it.
287287
#[cfg(test)] pub use slice;
288288
}
289-
290-
#[deprecated]
291-
#[allow(missing_doc)]
292-
#[doc(hiden)]
293-
pub mod unstable {
294-
#[deprecated = "use std::dynamic_lib"]
295-
pub use dynamic_lib;
296-
}

0 commit comments

Comments
 (0)