tenant: pub(crate)

This commit is contained in:
Joonas Koivunen
2023-08-16 14:56:37 +03:00
parent bdb98b288e
commit 45a542c335

View File

@@ -133,7 +133,7 @@ pub(crate) mod timeline;
pub mod size;
pub(crate) use timeline::span::debug_assert_current_span_has_tenant_and_timeline_id;
pub use timeline::{
pub(crate) use timeline::{
LocalLayerInfoForDiskUsageEviction, LogicalSizeCalculationCause, PageReconstructError, Timeline,
};