rust/tests
bors ddd1a86c66 Auto merge of #13573 - y21:issue13427, r=Centri3
Don't lint unnamed consts and nested items within functions in `missing_docs_in_private_items`

With this change we no longer require doc comments for `const _: ()` items as well as nested items in functions or other bodies. In both of those cases, rustdoc generates no documentation even with `--document-private-items`.

Fixes #13427 (first commit)
Fixes #13298 (second commit)
cc https://github.com/rust-lang/rust-clippy/issues/5736#issuecomment-668524296

changelog: [`missing_docs_in_private_items`]: avoid linting in more cases where rustdoc generates no documentation
2024-11-03 09:10:22 +00:00
..
test_utils
ui Auto merge of #13573 - y21:issue13427, r=Centri3 2024-11-03 09:10:22 +00:00
ui-cargo
ui-internal Add test 2024-10-13 21:03:39 +01:00
ui-toml Auto merge of #13376 - decryphe:source-ordering, r=llogiq 2024-11-02 11:03:30 +00:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs Fix lints syntax highlighting 2024-10-18 18:03:16 +02:00
config-metadata.rs Apply updated needless_raw_strings to Clippy sources 2024-10-07 18:29:25 +02:00
dogfood.rs
headers.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs