Use nohash_hasher, rm comment

This commit is contained in:
Ariel Davis 2023-05-03 23:48:59 -07:00
parent 7e1992a0d9
commit 85dd7b22b4
11 changed files with 21 additions and 123 deletions

View file

@ -7,7 +7,7 @@ mod tests;
use std::{iter, mem};
use non_hash::NoHashHashMap;
use nohash_hasher::IntMap as NoHashHashMap;
use text_size::{TextRange, TextSize};
/// Maps flat [`TextSize`] offsets into `(line, column)` representation.