mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 17:28:07 +00:00
6aa3684431
wrong_self_convention allows `is_*` to take `&mut self` fix #8480 and #8513 Allowing `is_*` to take `&self` or none is too restrictive. changelog: FPs: [`wrong_self_convention`] now allows `&mut self` and no self as arguments for `is_*` methods |
||
---|---|---|
.. | ||
test_utils | ||
ui | ||
ui-cargo | ||
ui-internal | ||
ui-toml | ||
workspace_test | ||
check-fmt.rs | ||
clippy.toml | ||
compile-test.rs | ||
dogfood.rs | ||
integration.rs | ||
lint_message_convention.rs | ||
missing-test-files.rs | ||
versioncheck.rs | ||
workspace.rs |