Submitter | phabricator |
---|---|
Date | May 17, 2020, 4:33 p.m. |
Message ID | <differential-rev-PHID-DREV-ytpoced2txga3gpu4yjg-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/46326/ |
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 @@ -847,7 +847,7 @@ Vec<PatternFileWarning>, )> { // Needs to outlive `dir_ignore_fn` since it's captured. - let mut ignore_fn: IgnoreFnType; + let ignore_fn: IgnoreFnType; // Only involve real ignore mechanism if we're listing unknowns or ignored. let (dir_ignore_fn, warnings): (IgnoreFnType, _) = if options.list_ignored