Remove some unnecessary hash truncations
This commit is contained in:
parent
fd57c6b407
commit
84facac97a
4 changed files with 9 additions and 33 deletions
|
@ -1199,7 +1199,7 @@ pub(super) fn crate_hash(tcx: TyCtxt<'_>, _: LocalCrate) -> Svh {
|
|||
stable_hasher.finish()
|
||||
});
|
||||
|
||||
Svh::new(crate_hash.to_smaller_hash())
|
||||
Svh::new(crate_hash)
|
||||
}
|
||||
|
||||
fn upstream_crates(tcx: TyCtxt<'_>) -> Vec<(StableCrateId, Svh)> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue