[]Function abnf::abnf::comment

pub fn comment(i: &[u8]) -> IResult<&[u8], (), u32>
comment = ";" *(WSP / VCHAR) CRLF