mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-28 04:45:05 +00:00
Rm into
This commit is contained in:
parent
1bc6bca478
commit
e4d053e794
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ impl LineIndex {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Some(LineCol { line: line_col.line, col: col.into() })
|
Some(LineCol { line: line_col.line, col })
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns an iterator over the ranges for the lines.
|
/// Returns an iterator over the ranges for the lines.
|
||||||
|
|
Loading…
Reference in a new issue