Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ pub mod epoch_stakes;
pub mod genesis_utils;
pub mod hardened_unpack;
pub mod in_mem_accounts_index;
mod index_list;
pub mod inline_spl_associated_token_account;
pub mod inline_spl_token;
pub mod inline_spl_token_2022;
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/read_only_accounts_cache.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! ReadOnlyAccountsCache used to store accounts, such as executable accounts,
//! which can be large, loaded many times, and rarely change.
use {
crate::index_list::{Index, IndexList},
::index_list::{Index, IndexList},
dashmap::{mapref::entry::Entry, DashMap},
solana_sdk::{
account::{AccountSharedData, ReadableAccount},
Expand Down
File renamed without changes.