Skip to content

Commit

Permalink
chore: remove dead_code on InMemoryAccountTrieCursor (#11080)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Sep 21, 2024
1 parent 3416145 commit 95d65dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/trie/trie/src/trie_cursor/in_memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ impl<'a, CF: TrieCursorFactory> TrieCursorFactory for InMemoryTrieCursorFactory<
/// The cursor to iterate over account trie updates and corresponding database entries.
/// It will always give precedence to the data from the trie updates.
#[derive(Debug)]
#[allow(dead_code)]
pub struct InMemoryAccountTrieCursor<'a, C> {
/// The database cursor.
cursor: C,
Expand Down

0 comments on commit 95d65dc

Please sign in to comment.