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 <masanori.ogino@gmail.com>
  • Loading branch information
omasanori committed Jul 10, 2014
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
Expand Up @@ -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;
}

9 comments on commit 7bed325

@bors
Copy link
Contributor

@bors bors commented on 7bed325 Jul 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 7bed325 Jul 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging omasanori/rust/hidden = 7bed325 into auto

@bors
Copy link
Contributor

@bors bors commented on 7bed325 Jul 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

omasanori/rust/hidden = 7bed325 merged ok, testing candidate = 58687b14

@bors
Copy link
Contributor

@bors bors commented on 7bed325 Jul 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 7bed325 Jul 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging omasanori/rust/hidden = 7bed325 into auto

@bors
Copy link
Contributor

@bors bors commented on 7bed325 Jul 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

omasanori/rust/hidden = 7bed325 merged ok, testing candidate = 559cf92

@bors
Copy link
Contributor

@bors bors commented on 7bed325 Jul 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 559cf92

Please sign in to comment.