Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad committed Jun 10, 2024
1 parent f9973ce commit 9725387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ impl Vars {
/// let args = vec![("key1".to_string(), "value".to_string())];
/// let vars = Vars::from_cli_args(args);
/// ```
#[must_use]
pub fn from_cli_args(args: Vec<(String, String)>) -> Self {
Self {
cli: args.into_iter().collect(),
Expand Down

0 comments on commit 9725387

Please sign in to comment.