Skip to content

Commit 7a0ada0

Browse files
committed
Remove FIXME-notes
1 parent 7ed824e commit 7a0ada0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

library/core/src/iter/adapters/intersperse.rs

-6
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ where
6565
needs_sep: bool,
6666
}
6767

68-
// FIXME This manual implementation is needed as #[derive] misplaces trait bounds,
69-
// requiring <I as Iterator>::Item to be Debug on the struct-definition, which is
70-
// not what we want.
7168
#[unstable(feature = "iter_intersperse", reason = "recently added", issue = "79524")]
7269
impl<I, G> crate::fmt::Debug for IntersperseWith<I, G>
7370
where
@@ -84,9 +81,6 @@ where
8481
}
8582
}
8683

87-
// FIXME This manual implementation is needed as #[derive] misplaces trait bounds,
88-
// requiring <I as Iterator>::Item to be Clone on the struct-definition, which is
89-
// not what we want.
9084
#[unstable(feature = "iter_intersperse", reason = "recently added", issue = "79524")]
9185
impl<I, G> crate::clone::Clone for IntersperseWith<I, G>
9286
where

0 commit comments

Comments
 (0)