rustfmt_nightly::comment

Function is_raw_string_suffix

Source
fn is_raw_string_suffix<T>(iter: &mut MultiPeek<T>, count: u32) -> bool
where T: Iterator, T::Item: RichChar,