Do not store stable crate id in on-disk hash map.
This commit is contained in:
@@ -25,7 +25,7 @@ impl Hash64 {
|
||||
pub const ZERO: Hash64 = Hash64 { inner: 0 };
|
||||
|
||||
#[inline]
|
||||
pub(crate) fn new(n: u64) -> Self {
|
||||
pub fn new(n: u64) -> Self {
|
||||
Self { inner: n }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user