We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dbc7b commit 8cbff0bCopy full SHA for 8cbff0b
library/core/src/iter/adapters/intersperse.rs
@@ -1,5 +1,5 @@
1
-use core::fmt;
2
-use core::iter::{Fuse, FusedIterator};
+use crate::fmt;
+use crate::iter::{Fuse, FusedIterator};
3
4
/// An iterator adapter that places a separator between all elements.
5
///
0 commit comments