Skip to content

Commit

Permalink
style: Use inline format args
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 27, 2024
1 parent 64c3e7d commit 5f45736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ struct Cli {

fn main() {
let args = Cli::parse();
println!("args = {:#?}", args);
println!("args = {args:#?}");
}

0 comments on commit 5f45736

Please sign in to comment.