Skip to content

Commit

Permalink
Remove FIXME-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslueg committed Jan 6, 2021
1 parent 7ed824e commit 7a0ada0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions library/core/src/iter/adapters/intersperse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ where
needs_sep: bool,
}

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

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

0 comments on commit 7a0ada0

Please sign in to comment.