Skip to content

Commit

Permalink
std::prelude: code consistency nits
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Feb 23, 2015
1 parent dcc6ce2 commit bb0e0a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/libstd/prelude/v1.rs
Expand Up @@ -23,7 +23,6 @@
#[doc(no_inline)] pub use mem::drop;

// Reexported types and traits

#[stable(feature = "rust1", since = "1.0.0")]
#[doc(no_inline)] pub use boxed::Box;
#[stable(feature = "rust1", since = "1.0.0")]
Expand All @@ -45,9 +44,7 @@
#[stable(feature = "rust1", since = "1.0.0")]
#[doc(no_inline)] pub use result::Result::{self, Ok, Err};
#[stable(feature = "rust1", since = "1.0.0")]
#[doc(no_inline)] pub use slice::AsSlice;
#[stable(feature = "rust1", since = "1.0.0")]
#[doc(no_inline)] pub use slice::{SliceExt, SliceConcatExt};
#[doc(no_inline)] pub use slice::{SliceExt, SliceConcatExt, AsSlice};
#[stable(feature = "rust1", since = "1.0.0")]
#[doc(no_inline)] pub use str::{Str, StrExt};
#[stable(feature = "rust1", since = "1.0.0")]
Expand Down

0 comments on commit bb0e0a9

Please sign in to comment.