rust-clippy/tests/ui-toml/toml_unknown_key
Andre Bogus 87efce4fa2 configurably allow useless_vec in tests
This adds a `àllow-useless-vec-in-test` configuration which, when set
to `true` will allow the `useless_vec` lint in `#[test]` functions and
code within `#[cfg(test)]`. It also moves a `is_in_test` helper to
`clippy_utils`.
2024-04-28 22:07:56 +02:00
..
clippy.toml suggest similar config option if one is found 2024-01-25 00:11:43 +01:00
conf_unknown_key.rs suggest similar config option if one is found 2024-01-25 00:11:43 +01:00
conf_unknown_key.stderr configurably allow useless_vec in tests 2024-04-28 22:07:56 +02:00