File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -170,13 +170,13 @@ impl FieldList {
170
170
}
171
171
}
172
172
173
- impl < ' a > IndexMove < u16 , Field > for FieldList {
173
+ impl IndexMove < u16 , Field > for FieldList {
174
174
fn index_move ( & self , index : u16 ) -> Field {
175
175
self . get ( index)
176
176
}
177
177
}
178
178
179
- impl < ' a > :: core:: iter:: IntoIterator for FieldList {
179
+ impl :: core:: iter:: IntoIterator for FieldList {
180
180
type Item = Field ;
181
181
type IntoIter = ShortListIter < FieldList , Self :: Item > ;
182
182
@@ -216,13 +216,13 @@ impl FieldSubset {
216
216
}
217
217
}
218
218
219
- impl < ' a > IndexMove < u16 , Field > for FieldSubset {
219
+ impl IndexMove < u16 , Field > for FieldSubset {
220
220
fn index_move ( & self , index : u16 ) -> Field {
221
221
self . get ( index)
222
222
}
223
223
}
224
224
225
- impl < ' a > :: core:: iter:: IntoIterator for FieldSubset {
225
+ impl :: core:: iter:: IntoIterator for FieldSubset {
226
226
type Item = Field ;
227
227
type IntoIter = ShortListIter < FieldSubset , Self :: Item > ;
228
228
You can’t perform that action at this time.
0 commit comments