Function clippy_utils::attrs::is_doc_hidden
source · pub fn is_doc_hidden(attrs: &[Attribute]) -> bool
Expand description
Returns true if the attributes contain #[doc(hidden)]
pub fn is_doc_hidden(attrs: &[Attribute]) -> bool
Returns true if the attributes contain #[doc(hidden)]