Rollup merge of #139946 - mumbleskates:any-fix-missing-word, r=jhpratt
fix missing word in comment a very simple fix, rectifying a situation in which a word was accidentally .
This commit is contained in:
commit
6925d2ff22
1 changed files with 2 additions and 2 deletions
|
@ -772,8 +772,8 @@ impl hash::Hash for TypeId {
|
|||
// (especially given the previous point about the lower 64 bits being
|
||||
// high quality on their own).
|
||||
// - It is correct to do so -- only hashing a subset of `self` is still
|
||||
// with an `Eq` implementation that considers the entire value, as
|
||||
// ours does.
|
||||
// compatible with an `Eq` implementation that considers the entire
|
||||
// value, as ours does.
|
||||
self.t.1.hash(state);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue