Skip to content

Commit

Permalink
Rollup merge of rust-lang#63493 - sd234678:remove-unneeded-comment-fr…
Browse files Browse the repository at this point in the history
…om-src/libcore/hash, r=Centril

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

Split out from larger PR rust-lang#63347 - other sections in there require further discussion.

r? @Centril
  • Loading branch information
Centril committed Aug 14, 2019
2 parents f47226e + 2644205 commit 0098d0c
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 0098d0c

Please sign in to comment.