Skip to content

Commit 77d4800

Browse files
committed
clippy
1 parent e6d8f11 commit 77d4800

File tree

1 file changed

+1
-0
lines changed
  • crates/katana/storage/db/src

1 file changed

+1
-0
lines changed

crates/katana/storage/db/src/trie.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ where
7272
&self,
7373
prefix: &DatabaseKey<'_>,
7474
) -> Result<Vec<(ByteVec, ByteVec)>, Self::DatabaseError> {
75+
let _ = prefix;
7576
todo!()
7677
}
7778

0 commit comments

Comments
 (0)