rust/clippy_lints
Igor Aleksanov 28d3873ef5 Do not spawn blacklisted_name lint in test context
Fix detecting of the 'test' attribute

Update UI test to actually check that warning is not triggered in the test code

Fix approach for detecting the test module

Add nested test case

Remove code duplication by extracting 'is_test_module_or_function' into 'clippy_utils'

Cleanup the code
2021-06-25 12:36:22 +03:00
..
2021-06-17 10:23:08 +02:00

This crate contains Clippy lints. For the main crate, check GitHub.