Reformatted all files.

This commit is contained in:
Filipe Rodrigues 2025-10-12 15:31:35 +01:00
parent b6d08bea5c
commit 1a1ddeed33
Signed by: zenithsiz
SSH Key Fingerprint: SHA256:Mb5ppb3Sh7IarBO/sBTXLHbYEOz37hJAlslLQPPAPaU
4 changed files with 4 additions and 4 deletions

View File

@ -19,6 +19,7 @@ use {
rules::{Command, DepItem, Expr, ExprTree, OutItem, Rule, Target},
util::{self, ArcStr},
},
app_error::{AllErrs, Context, app_error},
dashmap::DashMap,
futures::{StreamExt, TryStreamExt, stream::FuturesUnordered},
indicatif::ProgressBar,
@ -26,7 +27,6 @@ use {
smallvec::SmallVec,
std::{collections::HashMap, fmt, future::Future, process::Stdio, sync::Arc, time::SystemTime},
tokio::{fs, io::AsyncReadExt, process, sync::Semaphore, task},
app_error::{AllErrs, Context, app_error},
};
/// Event

View File

@ -3,9 +3,9 @@
// Imports
use {
crate::{AppError, rules::Target, util::ArcStr},
app_error::app_error,
itertools::Itertools,
std::{ops::Try, sync::Arc},
app_error::app_error,
};
/// Inner type for [`BuildReason`].

View File

@ -7,9 +7,9 @@ use {
rules::{Command, DepItem, Expr, ExprCmpt, ExprOp, OutItem, Pattern, Rule, Target},
util::ArcStr,
},
app_error::{AllErrs, Context, app_error},
smallvec::SmallVec,
std::{collections::HashMap, mem, path::PathBuf},
app_error::{AllErrs, Context, app_error},
};
/// Expander

View File

@ -9,6 +9,7 @@
// Imports
use {
crate::{AppError, Builder, build, rules::Target, util::ArcStr},
app_error::Context,
dashmap::{DashMap, DashSet},
futures::{StreamExt, stream::FuturesUnordered},
notify_debouncer_full::Debouncer,
@ -20,7 +21,6 @@ use {
},
tokio::sync::mpsc,
tokio_stream::wrappers::ReceiverStream,
app_error::Context,
};
/// A reverse dependency