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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1152,7 +1152,7 @@ where
} }
/// Get a list of the incremental snapshot archives in a directory /// 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, snapshot_archives_dir: P,
) -> Vec<IncrementalSnapshotArchiveInfo> ) -> Vec<IncrementalSnapshotArchiveInfo>
where where