We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c4db7 commit d7f17d8Copy full SHA for d7f17d8
common/src/hash.rs
@@ -185,7 +185,7 @@ pub fn hash_object_id_raw(p: usize) -> PyHash {
185
// Ref: https://github.com/RustPython/RustPython/pull/3951#issuecomment-1193108966
186
187
/* bottom 3 or 4 bits are likely to be 0; rotate y by 4 to avoid
188
- excessive hash collisions for dicts and sets */
+ excessive hash collisions for dicts and sets */
189
// p.rotate_right(4) as PyHash
190
p as PyHash
191
}
0 commit comments