Skip to content

Commit 4d540c8

Browse files
committed
store: Drop pub for internal composefs ref
This was a copy-pasteo from the ostree bits. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 5b17310 commit 4d540c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)