Skip to content

Commit c3719ef

Browse files
committed
Fix warning
1 parent f33d211 commit c3719ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger/src/scan_state/scan_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2364,7 +2364,7 @@ impl ScanState {
23642364
}
23652365
}
23662366

2367-
pub fn group_list<'a, F, T, R>(slice: &'a [T], fun: F) -> impl Iterator<Item = OneOrTwo<R>> + '_
2367+
pub fn group_list<'a, F, T, R>(slice: &'a [T], fun: F) -> impl Iterator<Item = OneOrTwo<R>> + 'a
23682368
where
23692369
F: Fn(&'a T) -> R + 'a,
23702370
{

0 commit comments

Comments
 (0)