Do not store stable crate id in on-disk hash map.
This commit is contained in:
parent
75ad81ce93
commit
821920b2a3
4 changed files with 17 additions and 13 deletions
|
@ -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 }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue