Skip to content

Commit

Permalink
clippy:uninlined_format_args
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Sep 29, 2023
1 parent 0e792be commit 966aef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ fn init_date_inference(

INFER_DATE_FLAGS
.set(infer_date_flags)
.map_err(|e| format!("Cannot init date inference flags: {:?}", e))?;
.map_err(|e| format!("Cannot init date inference flags: {e:?}"))?;
Ok(())
}

Expand Down

0 comments on commit 966aef1

Please sign in to comment.