We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501e245 commit 1929b29Copy full SHA for 1929b29
runtime/src/snapshot_utils/snapshot_storage_rebuilder.rs
@@ -50,7 +50,7 @@ pub(crate) struct RebuiltSnapshotStorage {
50
51
/// Stores state for rebuilding snapshot storages
52
#[derive(Debug)]
53
-pub(crate) struct SnapshotStorageRebuilder {
+pub struct SnapshotStorageRebuilder {
54
/// Receiver for unpacked snapshot storage files
55
file_receiver: Receiver<PathBuf>,
56
/// Number of threads to rebuild with
0 commit comments