File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
library/core/src/iter/adapters Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 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" ) ]
7269impl < I , G > crate :: fmt:: Debug for IntersperseWith < I , G >
7370where
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" ) ]
9185impl < I , G > crate :: clone:: Clone for IntersperseWith < I , G >
9286where
You can’t perform that action at this time.
0 commit comments