Skip to content

Commit 6d3b2b3

Browse files
committed
store: Drop pub for internal composefs ref
This was a copy-pasteo from the ostree bits. Signed-off-by: Colin Walters <[email protected]>
1 parent 9c15854 commit 6d3b2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lib/src/store/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub(crate) struct Storage {
5858
/// The OSTree storage
5959
ostree: SysrootLock,
6060
/// The composefs storage
61-
pub composefs: OnceCell<Arc<ComposefsRepository>>,
61+
composefs: OnceCell<Arc<ComposefsRepository>>,
6262
/// The containers-image storage used foR LBIs
6363
imgstore: OnceCell<crate::imgstorage::Storage>,
6464

0 commit comments

Comments
 (0)