pub fn get_builtin_attr<'a, A: AttributeExt + 'a>( sess: &'a Session, attrs: &'a [A], name: Symbol, ) -> impl Iterator<Item = &'a A>
Given attrs, extract all the instances of a built-in Clippy attribute called name
attrs
name