--- a/rust/hg-core/src/dirstate_tree/dispatch.rs Tue Apr 06 15:49:01 2021 +0200
+++ b/rust/hg-core/src/dirstate_tree/dispatch.rs Fri Apr 16 12:12:04 2021 +0200
@@ -96,7 +96,7 @@
fn set_dirs(&mut self) -> Result<(), DirstateMapError>;
fn status<'a>(
- &'a self,
+ &'a mut self,
matcher: &'a (dyn Matcher + Sync),
root_dir: PathBuf,
ignore_files: Vec<PathBuf>,
@@ -258,7 +258,7 @@
}
fn status<'a>(
- &'a self,
+ &'a mut self,
matcher: &'a (dyn Matcher + Sync),
root_dir: PathBuf,
ignore_files: Vec<PathBuf>,