Removes unnecessary #[allow(dead_code)] in tiered storage (#34320)

This commit is contained in:
Brooks 2023-12-05 19:23:01 -05:00 committed by GitHub
parent f70d5481bc
commit 5c00a33252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#![allow(dead_code)]
//! The account meta and related structs for hot accounts.
use {

View File

@ -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::*,