mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 22:57:18 +00:00
Clairify docs for `AttributeKind::DocComment` Makes it clear that this represents `#[doc = "content"]`, but not `#[doc(hidden)]` (or other uses of the `#[doc(...)]` attribute). r? `@jdonszelmann`