Function rustfmt_nightly::comment::light_rewrite_comment

source ·
fn light_rewrite_comment(
    orig: &str,
    offset: Indent,
    config: &Config,
    is_doc_comment: bool
) -> String
Expand description

Trims whitespace and aligns to indent, but otherwise does not change comments.