bors 2f90b2acbd 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
2022-10-04 07:20:24 +00:00
..
2022-09-30 15:30:40 -03:00
2022-09-02 13:03:11 -05:00
2022-09-27 13:26:23 +02:00
2022-09-27 13:26:23 +02:00
2022-09-27 13:26:23 +02:00
2022-06-16 18:00:32 +04:00
2022-06-16 18:00:32 +04:00
2022-08-31 15:24:40 +02:00
2022-09-23 18:42:14 +02:00
2022-06-16 18:00:32 +04:00
2022-10-01 13:58:41 -06:00
2022-06-16 15:51:12 +03:00
2022-06-16 15:51:12 +03:00
2022-10-01 13:58:41 -06:00
2022-10-01 13:58:41 -06:00
2022-09-23 18:42:14 +02:00
2022-09-23 18:42:14 +02:00
2022-06-16 18:00:32 +04:00
2022-09-23 18:42:14 +02:00