Add a doc comment for scan_raw_string
This commit is contained in:
parent
8cd51fff82
commit
3c1d352dc4
1 changed files with 2 additions and 0 deletions
|
|
@ -1242,6 +1242,8 @@ impl<'a> StringReader<'a> {
|
|||
id
|
||||
}
|
||||
|
||||
/// Scans a raw (byte) string, returning byte position range for `"<literal>"`
|
||||
/// (including quotes) along with `#` character count in `(b)r##..."<literal>"##...`;
|
||||
fn scan_raw_string(&mut self) -> (BytePos, BytePos, u16) {
|
||||
let start_bpos = self.pos;
|
||||
self.bump();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue