Remove unneeded comment in src/libcore/hash/mod.rs

This commit is contained in:
sd234678 2019-08-09 23:07:51 +01:00
parent c01be67ea4
commit 2644205578

View file

@ -553,8 +553,6 @@ impl<H> PartialEq for BuildHasherDefault<H> {
#[stable(since = "1.29.0", feature = "build_hasher_eq")]
impl<H> Eq for BuildHasherDefault<H> {}
//////////////////////////////////////////////////////////////////////////////
mod impls {
use crate::mem;
use crate::slice;