mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(lint): fix clippy::needles_lifetimes (#11496)
This commit is contained in:
@ -137,7 +137,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a, Provider> Iterator for HeaderTablesIter<'a, Provider>
|
||||
impl<Provider> Iterator for HeaderTablesIter<'_, Provider>
|
||||
where
|
||||
Provider: DBProvider<Tx: DbTxMut>,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user