treewide: address all clippy lints
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I5cf55cc4cb558c3f9f764c71224e87176a6a6964
This commit is contained in:
parent
967d51e867
commit
0ca92f2710
63 changed files with 1788 additions and 1087 deletions
|
|
@ -105,6 +105,10 @@ pub fn parse_eval_output(stdout: &str) -> EvalResult {
|
|||
/// Evaluate nix expressions and return discovered jobs.
|
||||
/// If `flake_mode` is true, uses nix-eval-jobs with --flake flag.
|
||||
/// If `flake_mode` is false, evaluates a legacy expression file.
|
||||
///
|
||||
/// # Errors
|
||||
///
|
||||
/// Returns error if nix evaluation command fails or times out.
|
||||
#[tracing::instrument(skip(config, inputs), fields(flake_mode, nix_expression))]
|
||||
pub async fn evaluate(
|
||||
repo_path: &Path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue