rust-clippy/tests/ui/auxiliary
Yuri Astrakhan eb3970285b 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
2022-10-02 15:13:22 -04:00
..
doc_unsafe_macros.rs External macro check for missing_*_doc 2020-01-04 20:19:14 +01:00
implicit_hasher_macros.rs Fix bug in implicit_hasher causing crashes 2019-07-11 08:47:05 +02:00
macro_rules.rs Only ignore external macros. 2022-09-13 10:35:59 +02:00
macro_use_helper.rs Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup 2020-06-23 17:05:22 +02:00
non-exhaustive-enum.rs Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup 2021-07-01 18:17:38 +02:00
option_helpers.rs Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup 2021-12-17 13:40:22 +01:00
proc_macro_attr.rs fallout: fix tests to allow uninlined_format_args 2022-10-02 15:13:22 -04:00
proc_macro_derive.rs Add test for extra_unused_lifetimes FP on derive 2022-06-24 18:07:59 +08:00
proc_macro_suspicious_else_formatting.rs Merge 'rust-clippy/master' into clippyup 2022-05-21 13:24:00 +02:00
proc_macro_unsafe.rs Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup 2022-04-08 10:06:10 +01:00
proc_macro_with_span.rs Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup 2022-05-05 15:12:52 +01:00
test_macro.rs Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup 2021-08-12 11:16:25 +02:00
use_self_macro.rs Add regression test for ICE in use-self lint 2019-10-15 15:02:09 +02:00
wildcard_imports_helper.rs Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup 2020-08-28 18:43:25 +02:00