rustfmt_nightly::comment

Function identify_comment

Source
fn identify_comment(
    orig: &str,
    block_style: bool,
    shape: Shape,
    config: &Config,
    is_doc_comment: bool,
) -> Result<String, RewriteError>