[][src]Function minifier::css::token::get_comment

fn get_comment<'a>(
    source: &'a str,
    iterator: &mut Peekable<CharIndices>,
    start_pos: &mut usize
) -> Option<Token<'a>>