Skip to content

Commit 2d817db

Browse files
committed
Rollup merge of rust-lang#22687 - tshepang:prelude-nits, r=alexcrichton
2 parents 4737790 + bb0e0a9 commit 2d817db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/libstd/prelude/v1.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#[doc(no_inline)] pub use mem::drop;
2424

2525
// Reexported types and traits
26-
2726
#[stable(feature = "rust1", since = "1.0.0")]
2827
#[doc(no_inline)] pub use boxed::Box;
2928
#[stable(feature = "rust1", since = "1.0.0")]
@@ -45,9 +44,7 @@
4544
#[stable(feature = "rust1", since = "1.0.0")]
4645
#[doc(no_inline)] pub use result::Result::{self, Ok, Err};
4746
#[stable(feature = "rust1", since = "1.0.0")]
48-
#[doc(no_inline)] pub use slice::AsSlice;
49-
#[stable(feature = "rust1", since = "1.0.0")]
50-
#[doc(no_inline)] pub use slice::{SliceExt, SliceConcatExt};
47+
#[doc(no_inline)] pub use slice::{SliceExt, SliceConcatExt, AsSlice};
5148
#[stable(feature = "rust1", since = "1.0.0")]
5249
#[doc(no_inline)] pub use str::{Str, StrExt};
5350
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)