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>