diff --git a/src/api2/config/datastore.rs b/src/api2/config/datastore.rs index 58acaa86..aca0db8c 100644 --- a/src/api2/config/datastore.rs +++ b/src/api2/config/datastore.rs @@ -78,6 +78,7 @@ impl UnmountGuard { fn new(path: Option) -> Self { UnmountGuard { path } } + fn disable(mut self) { self.path = None; }