rust/tests
Samuel Tardieu b5f31e24f6
Fix useless_attribute FP on exported_private_dependencies lint attributes (#16470)
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.
2026-01-27 18:05:52 +00:00
..
test_utils
ui Fix useless_attribute FP on exported_private_dependencies lint attributes (#16470) 2026-01-27 18:05:52 +00:00
ui-cargo Merge commit 'd9fb15c4b1' into clippy-subtree-update 2025-10-16 20:38:28 +02:00
ui-internal fix(collapsible_span_lint_calls): use snippet_with_context for spans that are likely to contain macro expns (#15881) 2026-01-18 15:51:15 +00:00
ui-toml Fix undocumented_unsafe_block recognize safety comments inside blocks and on same line in macros (#16339) 2026-01-11 14:50:06 +00:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs miri: add -Zbinary-dep-depinfo to dependency builds 2025-12-11 18:56:45 +01:00
config-consistency.rs Merge commit 'e9b70454e4' into clippy-subtree-update 2025-09-04 18:27:27 -04:00
config-metadata.rs
dogfood.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs Apply cfg(bootstrap) replacement 2025-09-26 19:09:23 -04:00
no-profile-in-cargo-toml.rs Merge commit '20ce69b9a6' into clippy-subtree-update 2025-09-18 17:21:44 +02:00
symbols-used.rs Merge commit 'd9fb15c4b1' into clippy-subtree-update 2025-10-16 20:38:28 +02:00
versioncheck.rs
workspace.rs