Submitter | phabricator |
---|---|
Date | Jan. 27, 2020, 8:39 p.m. |
Message ID | <differential-rev-PHID-DREV-tly76fbsuuvec7fucnsg-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/44702/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/rust/hg-core/src/dirstate/status.rs b/rust/hg-core/src/dirstate/status.rs --- a/rust/hg-core/src/dirstate/status.rs +++ b/rust/hg-core/src/dirstate/status.rs @@ -272,7 +272,7 @@ pub fn status<'a: 'c, 'b: 'c, 'c>( dmap: &'a DirstateMap, - matcher: &'b (impl Matcher), + matcher: &'b impl Matcher, root_dir: impl AsRef<Path> + Sync + Send + Copy, list_clean: bool, last_normal_time: i64,