Depend on nohash-hasher individually

This commit is contained in:
Ariel Davis 2023-05-04 16:28:15 -07:00
parent 1d678cf6a0
commit 4a1922fd1a
20 changed files with 53 additions and 52 deletions

View file

@ -63,7 +63,7 @@ pub use paths::{AbsPath, AbsPathBuf};
pub struct FileId(pub u32);
/// safe because `FileId` is a newtype of `u32`
impl stdx::hash::IsEnabled for FileId {}
impl nohash_hasher::IsEnabled for FileId {}
/// Storage for all files read by rust-analyzer.
///