Show More
@@ -244,7 +244,7 b" impl<'a> HasIgnoredAncestor<'a> {" | |||||
244 | match self.parent { |
|
244 | match self.parent { | |
245 | None => false, |
|
245 | None => false, | |
246 | Some(parent) => { |
|
246 | Some(parent) => { | |
247 |
*( |
|
247 | *(self.cache.get_or_init(|| { | |
248 | parent.force(ignore_fn) || ignore_fn(self.path) |
|
248 | parent.force(ignore_fn) || ignore_fn(self.path) | |
249 | })) |
|
249 | })) | |
250 | } |
|
250 | } |
General Comments 0
You need to be logged in to leave comments.
Login now