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 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue