Function rustfmt_nightly::comment::identify_comment

source ·
fn identify_comment(
    orig: &str,
    block_style: bool,
    shape: Shape,
    config: &Config,
    is_doc_comment: bool
) -> Option<String>