rust/tests
bors 2fa9362448 Auto merge of #7281 - camsteffen:has-doc-fp, r=flip1995
Fix missing_docs_in_private_items false negative

changelog: Fix [`missing_docs_in_private_items`] false negative when the item has any `#[name = "value"]` attribute

Closes #7247 (decided not to use the rustc method since it calls `Session::check_name`, which is for rustc only)
2021-05-27 08:37:08 +00:00
..
auxiliary
cargo
ui Auto merge of #7281 - camsteffen:has-doc-fp, r=flip1995 2021-05-27 08:37:08 +00:00
ui-cargo
ui-internal Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
ui-toml Add avoid_breaking_exported_api config option 2021-05-26 16:35:22 -05:00
clippy.toml Add clippy.toml to project and tests 2021-05-26 16:53:13 -05:00
compile-test.rs Add clippy.toml to project and tests 2021-05-26 16:53:13 -05:00
dogfood.rs Adding the ability to invalidate caches to force metadata collection 2021-05-20 22:30:49 +02:00
fmt.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs