pub fn extract_attribute_text(attr: &Attribute) -> Box<str>
Render the inner content of an attribute (e.g., allow(dead_code) from #[allow(dead_code)]).
allow(dead_code)
#[allow(dead_code)]