mirror of
https://github.com/Zenithsiz/zbuild.git
synced 2026-02-03 05:57:09 +00:00
Reformatted all files.
This commit is contained in:
parent
b6d08bea5c
commit
1a1ddeed33
@ -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
|
||||
|
||||
@ -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`].
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user