about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorYuri Astrakhan <YuriAstrakhan@gmail.com>2022-10-02 15:13:22 -0400
committerYuri Astrakhan <YuriAstrakhan@gmail.com>2022-10-02 15:13:22 -0400
commiteb3970285b8993b0f154839056ff7b3daba37840 (patch)
treeba22fbe4b1891bacc098f97328bd3db6c13fd8db /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parentf8ba19287dc4710fef7e63b0c75071ff6ea7d642 (diff)
downloadrust-eb3970285b8993b0f154839056ff7b3daba37840.tar.gz
rust-eb3970285b8993b0f154839056ff7b3daba37840.zip
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

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