Skip to content

Commit

Permalink
fix: allow dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
renancloudwalk committed Mar 14, 2024
1 parent e46649c commit d28036e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eth/storage/embedded/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use crate::eth::storage::PermanentStorage;
use crate::eth::storage::StorageError;

#[derive(Debug)]
#[allow(dead_code)]
pub struct EmbeddedPermanentStorage {
blocks_db: DB,
transactions_db: DB,
Expand Down

0 comments on commit d28036e

Please sign in to comment.