rust-clippy/clippy_utils
bors 3c06e0b1ce Auto merge of #10275 - Alexendoo:format-args-ast, r=flip1995
Migrate `write.rs` to `rustc_ast::FormatArgs`

changelog: none

Part 1 of #10233

The additions to `clippy_utils` are the main novelty of this PR, there's no removals yet since other parts still rely on `FormatArgsExpn`

The changes to `write.rs` itself are relatively straightforward this time around, as there's no lints in it that rely on type checking format params

r? `@flip1995`
2023-03-10 09:38:18 +00:00
..
src Auto merge of #10275 - Alexendoo:format-args-ast, r=flip1995 2023-03-10 09:38:18 +00:00
Cargo.toml Bump Clippy version -> 0.1.70 2023-03-10 10:22:27 +01:00