]> git.lizzy.rs Git - rust.git/commit
Auto merge of #7281 - camsteffen:has-doc-fp, r=flip1995
authorbors <bors@rust-lang.org>
Thu, 27 May 2021 08:37:08 +0000 (08:37 +0000)
committerbors <bors@rust-lang.org>
Thu, 27 May 2021 08:37:08 +0000 (08:37 +0000)
commit2fa9362448d6b3fc43f01135445f734d1392c453
tree569244d914fdfb341088f3929a82b5ecc56558f4
parent8066f836ecf770e0019903c7b82f6e280f86e7de
parentc21b965d43d5584c3e0df219e6638494d2dc3ea9
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)