##// END OF EJS Templates
rust: remove extra empty line...
Raphaël Gomès -
r45249:d8b703b8 stable
parent child Browse files
Show More
@@ -307,7 +307,6 b' pub struct StatusOptions {'
307 307 /// Dispatch a single entry (file, folder, symlink...) found during `traverse`.
308 308 /// If the entry is a folder that needs to be traversed, it will be handled
309 309 /// in a separate thread.
310
311 310 fn handle_traversed_entry<'a>(
312 311 scope: &rayon::Scope<'a>,
313 312 files_sender: &'a crossbeam::Sender<IoResult<(HgPathBuf, Dispatch)>>,
General Comments 0
You need to be logged in to leave comments. Login now