Move SnapshotArchiveInfo and friends into its own module (#19114)

This commit is contained in:
Brooks Prumo
2021-08-08 07:57:06 -05:00
committed by GitHub
parent aa688e4549
commit fd937548a0
14 changed files with 182 additions and 167 deletions

View File

@@ -34,6 +34,7 @@ pub mod rent_collector;
pub mod secondary_index;
pub mod serde_snapshot;
mod shared_buffer_reader;
pub mod snapshot_archive_info;
pub mod snapshot_config;
pub mod snapshot_package;
pub mod snapshot_runtime_info;