diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-14 04:18:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-14 04:18:47 +0200 |
| commit | 0098d0c514208122ca63e652b5614da01fe210f1 (patch) | |
| tree | 92f976226abcf9dd7684e5a7da2b87488fd18719 /src/libcore | |
| parent | f47226e0c4c0b60273387c5985946968b3e46cc2 (diff) | |
| parent | 2644205578b6d5259c59c099cc3d29ab03364931 (diff) | |
| download | rust-0098d0c514208122ca63e652b5614da01fe210f1.tar.gz rust-0098d0c514208122ca63e652b5614da01fe210f1.zip | |
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
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/hash/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcore/hash/mod.rs b/src/libcore/hash/mod.rs index c4cbf40a93a..685540ba6fc 100644 --- a/src/libcore/hash/mod.rs +++ b/src/libcore/hash/mod.rs @@ -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; |
