about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-10-04 07:20:24 +0000
committerbors <bors@rust-lang.org>2022-10-04 07:20:24 +0000
commit2f90b2acbd03be5e3f6bc2227656a5d5bd88d259 (patch)
tree1fa1e55863fada486870e58058567831d0661d95 /compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
parente8c1b5478c03f3c4a7a2b1ba3d8210462cc49145 (diff)
parenteb3970285b8993b0f154839056ff7b3daba37840 (diff)
downloadrust-2f90b2acbd03be5e3f6bc2227656a5d5bd88d259.tar.gz
rust-2f90b2acbd03be5e3f6bc2227656a5d5bd88d259.zip
Auto merge of #9547 - nyurik:capt, r=flip1995
fallout: fix tests to allow uninlined_format_args

In order to switch `clippy::uninlined_format_args` from pedantic to style, all existing tests must not raise a warning. I did not want to change the actual tests, so this is a relatively minor change that:

* add `#![allow(clippy::uninlined_format_args)]` where needed
* normalizes all allow/deny/warn attributes
   * all allow attributes are grouped together
   * sorted alphabetically
   * the `clippy::*` attributes are listed separate from the other ones.
   * deny and warn attributes are listed before the allowed ones

See also https://github.com/rust-lang/rust-clippy/pull/9233, https://github.com/rust-lang/rust-clippy/pull/9525, https://github.com/rust-lang/rust-clippy/pull/9527

cc: `@llogiq` `@Alexendoo`

changelog: none
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp')
0 files changed, 0 insertions, 0 deletions