# HG changeset patch # User Raphaël Gomès # Date 2020-04-20 09:03:31 # Node ID d8b703b8bf70908b27cfd607b2e77317fdf4fb30 # Parent c36a3fcfc36b624c57376e510ba80b41b46df3a4 rust: remove extra empty line This is a gratuitous cleanup. Differential Revision: https://phab.mercurial-scm.org/D8460 diff --git a/rust/hg-core/src/dirstate/status.rs b/rust/hg-core/src/dirstate/status.rs --- a/rust/hg-core/src/dirstate/status.rs +++ b/rust/hg-core/src/dirstate/status.rs @@ -307,7 +307,6 @@ pub struct StatusOptions { /// Dispatch a single entry (file, folder, symlink...) found during `traverse`. /// If the entry is a folder that needs to be traversed, it will be handled /// in a separate thread. - fn handle_traversed_entry<'a>( scope: &rayon::Scope<'a>, files_sender: &'a crossbeam::Sender>,