rust-clippy/clippy_utils
bors 3ef366705b Auto merge of #13049 - Jarcho:is_in_test, r=Alexendoo
Remove `is_in_test_module_or_function`

Uses are replaced with `is_in_test` for consistency with other lints and to simplify the implementation of the lints. This means the module name is no longer checked, but that was a horrible hack from a time when late passes couldn't see `#[cfg(..)]` attributes.

changelog: none
2024-07-05 11:33:46 +00:00
..
src Auto merge of #13049 - Jarcho:is_in_test, r=Alexendoo 2024-07-05 11:33:46 +00:00
Cargo.toml Resolve Clippy f16 and f128 unimplemented!/FIXMEs 2024-06-19 13:30:21 -04:00