pub fn inner_docs(attrs: &[impl AttributeExt]) -> bool
Expand description
Returns whether the first doc-comment is an inner attribute.
If there are no doc-comments, return true. FIXME(#78591): Support both inner and outer attributes on the same item.