Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Oct 28, 2024
1 parent e6d8f11 commit 77d4800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/katana/storage/db/src/trie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ where
&self,
prefix: &DatabaseKey<'_>,
) -> Result<Vec<(ByteVec, ByteVec)>, Self::DatabaseError> {
let _ = prefix;
todo!()
}

Expand Down

0 comments on commit 77d4800

Please sign in to comment.