fn check_attr_not_crate_level<S: Stage>( cx: &mut AcceptContext<'_, '_, S>, span: Span, attr_name: Symbol, ) -> bool
Checks that an attribute is not used at the crate level. Returns true if valid.
true