mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Cleanup
This commit is contained in:
parent
88267c86c0
commit
8a39519e1c
5 changed files with 81 additions and 79 deletions
|
@ -1,4 +1,5 @@
|
|||
//! FIXME: write short doc here
|
||||
//! `LineIndex` maps flat `TextUnit` offsets into `(Line, Column)`
|
||||
//! representation.
|
||||
|
||||
use ra_syntax::TextUnit;
|
||||
use rustc_hash::FxHashMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue