Files
rust/clippy_lints/src
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
..
2024-04-15 18:48:12 -04:00
2024-04-18 17:33:39 +00:00
2024-04-04 19:44:04 +02:00
2024-04-10 08:46:03 -04:00
2024-04-28 22:07:56 +02:00
2024-03-10 23:33:00 +08:00
2024-04-15 18:48:12 -04:00
2024-03-22 11:13:29 -04:00
2024-04-28 22:07:56 +02:00