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 65
65
needs_sep : bool ,
66
66
}
67
67
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.
71
68
#[ unstable( feature = "iter_intersperse" , reason = "recently added" , issue = "79524" ) ]
72
69
impl < I , G > crate :: fmt:: Debug for IntersperseWith < I , G >
73
70
where
84
81
}
85
82
}
86
83
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.
90
84
#[ unstable( feature = "iter_intersperse" , reason = "recently added" , issue = "79524" ) ]
91
85
impl < I , G > crate :: clone:: Clone for IntersperseWith < I , G >
92
86
where
You can’t perform that action at this time.
0 commit comments