Skip to content

Commit f6d73dd

Browse files
authored
Rollup merge of rust-lang#63493 - sd234678:remove-unneeded-comment-from-src/libcore/hash, r=Centril
Remove unneeded comment in src/libcore/hash/mod.rs Split out from larger PR rust-lang#63347 - other sections in there require further discussion. r? @Centril
2 parents 69c16b9 + 2644205 commit f6d73dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libcore/hash/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,6 @@ impl<H> PartialEq for BuildHasherDefault<H> {
553553
#[stable(since = "1.29.0", feature = "build_hasher_eq")]
554554
impl<H> Eq for BuildHasherDefault<H> {}
555555

556-
//////////////////////////////////////////////////////////////////////////////
557-
558556
mod impls {
559557
use crate::mem;
560558
use crate::slice;

0 commit comments

Comments
 (0)