Skip to content

Commit f229c20

Browse files
committed
ostree-ext/store: drop unnecessary mut
We don't actually mutate anything in `self` in this function. Signed-off-by: Jonathan Lebon <[email protected]>
1 parent 671aff2 commit f229c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ostree-ext/src/container/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ impl ImageImporter {
704704
/// Extract the base ostree commit.
705705
#[context("Unencapsulating base")]
706706
pub(crate) async fn unencapsulate_base(
707-
&mut self,
707+
&self,
708708
import: &mut store::PreparedImport,
709709
require_ostree: bool,
710710
write_refs: bool,

0 commit comments

Comments
 (0)