mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
style(comments): remove decorative comment borders across files for consistency and cleaner code structure
This commit is contained in:
parent
321d0a61ab
commit
879f965379
39 changed files with 16 additions and 379 deletions
|
|
@ -19,9 +19,7 @@ use std::{
|
|||
thread,
|
||||
};
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// Internal constants / helpers
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
type Paths = Vec<PathBuf>;
|
||||
|
||||
|
|
@ -84,7 +82,6 @@ fn build_overrides(root: &Path, cfg: &Config) -> ignore::overrides::Override {
|
|||
})
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
/// Walk `root` and send *batches* of paths through the returned channel.
|
||||
pub fn spawn_file_walker(root: &Path, cfg: &Config) -> (Receiver<Paths>, JoinHandle<()>) {
|
||||
let _span = tracing::info_span!("spawn_file_walker", root = %root.display()).entered();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue