We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4737790 + bb0e0a9 commit 2d817dbCopy full SHA for 2d817db
src/libstd/prelude/v1.rs
@@ -23,7 +23,6 @@
23
#[doc(no_inline)] pub use mem::drop;
24
25
// Reexported types and traits
26
-
27
#[stable(feature = "rust1", since = "1.0.0")]
28
#[doc(no_inline)] pub use boxed::Box;
29
@@ -45,9 +44,7 @@
45
44
46
#[doc(no_inline)] pub use result::Result::{self, Ok, Err};
47
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};
+#[doc(no_inline)] pub use slice::{SliceExt, SliceConcatExt, AsSlice};
51
52
#[doc(no_inline)] pub use str::{Str, StrExt};
53
0 commit comments