rust/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
implicit_hasher_macros.rs
macro_rules.rs Only ignore external macros. 2022-09-13 10:35:59 +02:00
macro_use_helper.rs
non-exhaustive-enum.rs
option_helpers.rs
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
use_self_macro.rs
wildcard_imports_helper.rs