Skip to content

Commit f1651d8

Browse files
authored
Rollup merge of #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 #63347 - other sections in there require further discussion. r? @Centril
2 parents e3115be + 2644205 commit f1651d8

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)