Skip to content

Commit

Permalink
Remove unneeded comment in src/libcore/hash/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sd234678 committed Aug 9, 2019
1 parent c01be67 commit 2644205
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libcore/hash/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2644205

Please sign in to comment.