Function rustdoc::clean::utils::attrs_have_doc_flag

source ยท
pub(crate) fn attrs_have_doc_flag<'a>(
    attrs: impl Iterator<Item = &'a Attribute>,
    flag: Symbol,
) -> bool