missing_docs
lint does not take into account the implementing type being #[doc(hidden)]
#85526
Labels
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: no warnings,
Foo
and its method are not publicly documented.Instead, this happened:
The text was updated successfully, but these errors were encountered: