##// END OF EJS Templates
rust-status: fix a future compilation error...
Raphaël Gomès -
r53190:644c696b default
parent child Browse files
Show More
@@ -450,7 +450,7 impl<'a, 'tree, 'on_disk> StatusCommon<'
450 }
450 }
451 }
451 }
452 })
452 })
453 .collect::<Result<_, _>>()?;
453 .collect::<Result<(), _>>()?;
454
454
455 // We don’t know, so conservatively say this isn’t the case
455 // We don’t know, so conservatively say this isn’t the case
456 let children_all_have_dirstate_node_or_are_ignored = false;
456 let children_all_have_dirstate_node_or_are_ignored = false;
General Comments 0
You need to be logged in to leave comments. Login now