Impl RefFlags::with_permission_tracking()
This commit is contained in:
parent
303a0c2bf8
commit
7a11588ec2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue