mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Use nohash_hasher, rm comment
This commit is contained in:
parent
7e1992a0d9
commit
85dd7b22b4
11 changed files with 21 additions and 123 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue