Merge some core::iter
entries.
This commit is contained in:
parent
f8e4ac0760
commit
d9fde2504a
1 changed files with 1 additions and 4 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Reference in a new issue