1
Fork 0

Rollup merge of #63493 - sd234678:remove-unneeded-comment-from-src/libcore/hash, r=Centril

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

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

r? @Centril
This commit is contained in:
Mazdak Farrokhzad 2019-08-14 04:18:47 +02:00 committed by GitHub
commit 0098d0c514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;