tenant: pub(crate)

This commit is contained in:
Joonas Koivunen
2023-08-28 12:42:28 +03:00
parent bdb98b288e
commit 45a542c335
+1 -1
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,
};