Skip to content

Commit

Permalink
Auto merge of #10265 - Manishearth:uninlined-fmt-pedantic, r=Alexendoo
Browse files Browse the repository at this point in the history
Mark uninlined_format_args as pedantic

Fixes #10087

We should restore this when rust-analyzer support gets better. Worth filing an issue to track.

changelog: Mark [`uninlined_format_args`] as `pedantic`
  • Loading branch information
bors committed Jan 31, 2023
2 parents b5a4fa1 + b4e2b48 commit 2880dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 2880dcc

Please sign in to comment.