Skip to content

Commit

Permalink
Mark uninlined_format_args as pedantic
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth authored and cuviper committed Feb 8, 2023
1 parent 77565f7 commit 0fe1bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/clippy/clippy_lints/src/format_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ declare_clippy_lint! {
/// nothing will be suggested, e.g. `println!("{0}={1}", var, 1+2)`.
#[clippy::version = "1.66.0"]
pub UNINLINED_FORMAT_ARGS,
style,
pedantic,
"using non-inlined variables in `format!` calls"
}

Expand Down

0 comments on commit 0fe1bba

Please sign in to comment.