rustfmt_nightly::comment

Function rewrite_comment_inner

Source
fn rewrite_comment_inner(
    orig: &str,
    block_style: bool,
    style: CommentStyle<'_>,
    shape: Shape,
    config: &Config,
    is_doc_comment: bool,
) -> Result<String, RewriteError>