Function rustfmt_nightly::lists::extract_post_comment

source ·
pub(crate) fn extract_post_comment(
    post_snippet: &str,
    comment_end: usize,
    separator: &str,
    is_last: bool
) -> Option<String>