##// END OF EJS Templates
rust: remove an unnecessary set of parentheses...
Martin von Zweigbergk -
r44654:3c265cef default
parent child Browse files
Show More
@@ -272,7 +272,7 b" fn build_response<'a>("
272 272
273 273 pub fn status<'a: 'c, 'b: 'c, 'c>(
274 274 dmap: &'a DirstateMap,
275 matcher: &'b (impl Matcher),
275 matcher: &'b impl Matcher,
276 276 root_dir: impl AsRef<Path> + Sync + Send + Copy,
277 277 list_clean: bool,
278 278 last_normal_time: i64,
General Comments 0
You need to be logged in to leave comments. Login now