Remove unneeded comment in src/libcore/hash/mod.rs
This commit is contained in:
parent
c01be67ea4
commit
2644205578
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue