rust/hg-core/src/dirstate/status.rs
changeset 44842 73d6ce2746d2
parent 44838 c802ec4f7196
child 44925 ce8fe77102f4
--- a/rust/hg-core/src/dirstate/status.rs	Tue Apr 14 06:09:14 2020 +0200
+++ b/rust/hg-core/src/dirstate/status.rs	Sun May 17 12:28:32 2020 -0400
@@ -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