This commit is contained in:
Aleksey Kladov 2020-02-06 14:43:46 +01:00
parent 88267c86c0
commit 8a39519e1c
5 changed files with 81 additions and 79 deletions

View file

@ -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;