@@ -1654,7 +1654,7 @@ impl<'a, T: 'a + fmt::Debug, P> fmt::Debug for Split<'a, T, P> where P: FnMut(&T
16541654 }
16551655}
16561656
1657- // FIXME(#19839 ) Remove in favor of `#[derive(Clone)]`
1657+ // FIXME(#26925 ) Remove in favor of `#[derive(Clone)]`
16581658#[ stable( feature = "rust1" , since = "1.0.0" ) ]
16591659impl < ' a , T , P > Clone for Split < ' a , T , P > where P : Clone + FnMut ( & T ) -> bool {
16601660 fn clone ( & self ) -> Split < ' a , T , P > {
@@ -2093,7 +2093,7 @@ pub struct Windows<'a, T:'a> {
20932093 size : usize
20942094}
20952095
2096- // FIXME(#19839 ) Remove in favor of `#[derive(Clone)]`
2096+ // FIXME(#26925 ) Remove in favor of `#[derive(Clone)]`
20972097#[ stable( feature = "rust1" , since = "1.0.0" ) ]
20982098impl < ' a , T > Clone for Windows < ' a , T > {
20992099 fn clone ( & self ) -> Windows < ' a , T > {
@@ -2195,7 +2195,7 @@ pub struct Chunks<'a, T:'a> {
21952195 size : usize
21962196}
21972197
2198- // FIXME(#19839 ) Remove in favor of `#[derive(Clone)]`
2198+ // FIXME(#26925 ) Remove in favor of `#[derive(Clone)]`
21992199#[ stable( feature = "rust1" , since = "1.0.0" ) ]
22002200impl < ' a , T > Clone for Chunks < ' a , T > {
22012201 fn clone ( & self ) -> Chunks < ' a , T > {
0 commit comments