The `exported_private_dependencies` lint can fire on any mention of an item from a private dependency, including mentions inside of `use`. Therefore, `useless_attribute` should not fire on lint attributes mentioning `exported_private_dependencies` attached to a `use`. changelog: [`useless_attribute`]: fix false positive on `exported_private_dependencies` lint attributes PR rust-lang/rust-clippy#15645 was used as an example for preparing this PR. |
||
|---|---|---|
| .. | ||
| test_utils | ||
| ui | ||
| ui-cargo | ||
| ui-internal | ||
| ui-toml | ||
| workspace_test | ||
| check-fmt.rs | ||
| clippy.toml | ||
| compile-test.rs | ||
| config-consistency.rs | ||
| config-metadata.rs | ||
| dogfood.rs | ||
| integration.rs | ||
| lint_message_convention.rs | ||
| missing-test-files.rs | ||
| no-profile-in-cargo-toml.rs | ||
| symbols-used.rs | ||
| versioncheck.rs | ||
| workspace.rs | ||