diff --git a/libimagref/src/flags.rs b/libimagref/src/flags.rs index 5a51b0c4..584a35f8 100644 --- a/libimagref/src/flags.rs +++ b/libimagref/src/flags.rs @@ -42,7 +42,7 @@ impl RefFlags { self } - pub fn with_permission_tracking(mut self, b: bool) -> RefFlags { + pub fn with_permission_tracking(self, b: bool) -> RefFlags { self.permission_tracking = b; self }