mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Update library/core/src/iter/adapters/intersperse.rs
Co-authored-by: Josh Stone <cuviper@gmail.com>
This commit is contained in:
parent
f1dbc7b35e
commit
8cbff0b426
@ -1,5 +1,5 @@
|
|||||||
use core::fmt;
|
use crate::fmt;
|
||||||
use core::iter::{Fuse, FusedIterator};
|
use crate::iter::{Fuse, FusedIterator};
|
||||||
|
|
||||||
/// An iterator adapter that places a separator between all elements.
|
/// An iterator adapter that places a separator between all elements.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user