Skip to content

Commit cdd2254

Browse files
committed
rustdoc: remove unused Hash impl
1 parent 4e8fb74 commit cdd2254

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)