mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
auto merge of #15574 : omasanori/rust/hidden, r=huonw
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user