Skip to content

Commit

Permalink
Removes unnecessary #[allow(dead_code)] in tiered storage (solana-lab…
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Dec 6, 2023
1 parent f70d548 commit 5c00a33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion accounts-db/src/tiered_storage/hot.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![allow(dead_code)]
//! The account meta and related structs for hot accounts.
use {
Expand Down
2 changes: 1 addition & 1 deletion accounts-db/src/tiered_storage/meta.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![allow(dead_code)]
//! The account meta and related structs for the tiered storage.
use {
crate::{accounts_hash::AccountHash, tiered_storage::owners::OwnerOffset},
modular_bitfield::prelude::*,
Expand Down

0 comments on commit 5c00a33

Please sign in to comment.