mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-07 05:25:14 -05:00
chore: clippy happy (#8362)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
@@ -191,8 +191,7 @@ impl<K: TransactionKind, T: DupSort> DbDupCursorRO<T> for Cursor<K, T> {
|
||||
/// - Some(key), Some(subkey): a `key` item whose data is >= than `subkey`
|
||||
/// - Some(key), None: first item of a specified `key`
|
||||
/// - None, Some(subkey): like first case, but in the first key
|
||||
/// - None, None: first item in the table
|
||||
/// of a DUPSORT table.
|
||||
/// - None, None: first item in the table of a DUPSORT table.
|
||||
fn walk_dup(
|
||||
&mut self,
|
||||
key: Option<T::Key>,
|
||||
|
||||
Reference in New Issue
Block a user