@@ -1654,7 +1654,7 @@ impl<'a, T: 'a + fmt::Debug, P> fmt::Debug for Split<'a, T, P> where P: FnMut(&T
1654
1654
}
1655
1655
}
1656
1656
1657
- // FIXME(#19839 ) Remove in favor of `#[derive(Clone)]`
1657
+ // FIXME(#26925 ) Remove in favor of `#[derive(Clone)]`
1658
1658
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1659
1659
impl < ' a , T , P > Clone for Split < ' a , T , P > where P : Clone + FnMut ( & T ) -> bool {
1660
1660
fn clone ( & self ) -> Split < ' a , T , P > {
@@ -2093,7 +2093,7 @@ pub struct Windows<'a, T:'a> {
2093
2093
size : usize
2094
2094
}
2095
2095
2096
- // FIXME(#19839 ) Remove in favor of `#[derive(Clone)]`
2096
+ // FIXME(#26925 ) Remove in favor of `#[derive(Clone)]`
2097
2097
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
2098
2098
impl < ' a , T > Clone for Windows < ' a , T > {
2099
2099
fn clone ( & self ) -> Windows < ' a , T > {
@@ -2195,7 +2195,7 @@ pub struct Chunks<'a, T:'a> {
2195
2195
size : usize
2196
2196
}
2197
2197
2198
- // FIXME(#19839 ) Remove in favor of `#[derive(Clone)]`
2198
+ // FIXME(#26925 ) Remove in favor of `#[derive(Clone)]`
2199
2199
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
2200
2200
impl < ' a , T > Clone for Chunks < ' a , T > {
2201
2201
fn clone ( & self ) -> Chunks < ' a , T > {
0 commit comments