Skip to content

Commit 1426f0e

Browse files
authored
Rollup merge of rust-lang#93638 - notriddle:notriddle/unused-hash, r=GuillaumeGomez
rustdoc: remove unused Hash impl
2 parents 9351d31 + cdd2254 commit 1426f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ crate fn collapse_doc_fragments(doc_strings: &[DocFragment]) -> String {
953953
/// A link that has not yet been rendered.
954954
///
955955
/// This link will be turned into a rendered link by [`Item::links`].
956-
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
956+
#[derive(Clone, Debug, PartialEq, Eq)]
957957
crate struct ItemLink {
958958
/// The original link written in the markdown
959959
crate link: String,

0 commit comments

Comments
 (0)