rustdoc::clean::utils

Function attrs_have_doc_flag

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