Skip to content

Commit 1aeddb0

Browse files
committed
Merge some core::iter entries.
1 parent 3492a6b commit 1aeddb0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: core/src/prelude/common.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ pub use crate::convert::{AsMut, AsRef, From, Into};
3333
pub use crate::default::Default;
3434
#[stable(feature = "core_prelude", since = "1.4.0")]
3535
#[doc(no_inline)]
36-
pub use crate::iter::{DoubleEndedIterator, ExactSizeIterator};
37-
#[stable(feature = "core_prelude", since = "1.4.0")]
38-
#[doc(no_inline)]
39-
pub use crate::iter::{Extend, IntoIterator, Iterator};
36+
pub use crate::iter::{DoubleEndedIterator, ExactSizeIterator, Extend, IntoIterator, Iterator};
4037
#[stable(feature = "core_prelude", since = "1.4.0")]
4138
#[doc(no_inline)]
4239
pub use crate::option::Option::{self, None, Some};

0 commit comments

Comments
 (0)