Function rustfmt_nightly::attr::rewrite_initial_doc_comments

source ยท
fn rewrite_initial_doc_comments(
    context: &RewriteContext<'_>,
    attrs: &[Attribute],
    shape: Shape,
) -> Option<(usize, Option<String>)>
Expand description

Rewrite the any doc comments which come before any other attributes.