We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01be67 commit 2644205Copy full SHA for 2644205
src/libcore/hash/mod.rs
@@ -553,8 +553,6 @@ impl<H> PartialEq for BuildHasherDefault<H> {
553
#[stable(since = "1.29.0", feature = "build_hasher_eq")]
554
impl<H> Eq for BuildHasherDefault<H> {}
555
556
-//////////////////////////////////////////////////////////////////////////////
557
-
558
mod impls {
559
use crate::mem;
560
use crate::slice;
0 commit comments