mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-18 12:08:22 +00:00
fix(mito): make do_region_gc pub(crate) to fix private_interfaces warning
clippy runs with -D warnings and this private_interfaces warning fails the backport CI on release/v1.2. Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -410,7 +410,7 @@ impl LocalGcWorker {
|
||||
region_present = region.is_some()
|
||||
)
|
||||
)]
|
||||
pub async fn do_region_gc(
|
||||
pub(crate) async fn do_region_gc(
|
||||
&self,
|
||||
region_id: RegionId,
|
||||
region: Option<MitoRegionRef>,
|
||||
|
||||
Reference in New Issue
Block a user