Function rustfmt_nightly::comment::rewrite_comment_inner

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