Fix lifetime naming
This commit is contained in:
parent
0fa8140644
commit
d2e1913c63
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ impl<'src> DebugTools for super::TokenizedFile<'src> {
|
||||||
|
|
||||||
/// Helper that prints every span in `spans` together with its UTF-16
|
/// Helper that prints every span in `spans` together with its UTF-16
|
||||||
/// column boundaries.
|
/// column boundaries.
|
||||||
fn dump_spans<'a>(spans: &[super::TokenPiece<'a>]) {
|
fn dump_spans<'src>(spans: &[super::TokenPiece<'src>]) {
|
||||||
let mut col_utf16 = 0usize;
|
let mut col_utf16 = 0usize;
|
||||||
for span in spans {
|
for span in spans {
|
||||||
let start = col_utf16;
|
let start = col_utf16;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue