Skip to content

Commit

Permalink
Merge some core::iter entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Jul 16, 2024
1 parent 3492a6b commit 1aeddb0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/src/prelude/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ pub use crate::convert::{AsMut, AsRef, From, Into};
pub use crate::default::Default;
#[stable(feature = "core_prelude", since = "1.4.0")]
#[doc(no_inline)]
pub use crate::iter::{DoubleEndedIterator, ExactSizeIterator};
#[stable(feature = "core_prelude", since = "1.4.0")]
#[doc(no_inline)]
pub use crate::iter::{Extend, IntoIterator, Iterator};
pub use crate::iter::{DoubleEndedIterator, ExactSizeIterator, Extend, IntoIterator, Iterator};
#[stable(feature = "core_prelude", since = "1.4.0")]
#[doc(no_inline)]
pub use crate::option::Option::{self, None, Some};
Expand Down

0 comments on commit 1aeddb0

Please sign in to comment.