Skip to content

Commit

Permalink
cargo clippy --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpeach committed Jan 2, 2025
1 parent ef4b2b0 commit cfe9d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl Config {
};

// CLI has priority over file by being last
combine_partials(&[&file, &cli]).map_err(derive_more::Into::into)
combine_partials(&[&file, &cli])
}

/// Legacy directories function
Expand Down

0 comments on commit cfe9d61

Please sign in to comment.