Make pub get_incremental_snapshot_archives() (#20725)

This commit is contained in:
Brooks Prumo
2021-10-18 13:48:50 -05:00
committed by GitHub
parent 14af1957d6
commit 751b45df64

View File

@ -1152,7 +1152,7 @@ where
}
/// Get a list of the incremental snapshot archives in a directory
fn get_incremental_snapshot_archives<P>(
pub fn get_incremental_snapshot_archives<P>(
snapshot_archives_dir: P,
) -> Vec<IncrementalSnapshotArchiveInfo>
where