nit: Move builtins types to builtins file (#19597)

This commit is contained in:
Jack May
2021-09-02 21:29:11 -07:00
committed by GitHub
parent 38e1f7c4ba
commit 170927b7c4
6 changed files with 66 additions and 65 deletions

View File

@@ -2,7 +2,8 @@ use {
crate::{
accounts_db::AccountShrinkThreshold,
accounts_index::{AccountSecondaryIndexes, AccountsIndexConfig},
bank::{Bank, BankSlotDelta, Builtins},
bank::{Bank, BankSlotDelta},
builtins::Builtins,
hardened_unpack::{unpack_snapshot, ParallelSelector, UnpackError, UnpackedAppendVecMap},
serde_snapshot::{
bank_from_streams, bank_to_stream, SerdeStyle, SnapshotStorage, SnapshotStorages,