Skip to content

Commit

Permalink
Rollup merge of #93638 - notriddle:notriddle/unused-hash, r=Guillaume…
Browse files Browse the repository at this point in the history
…Gomez

rustdoc: remove unused Hash impl
  • Loading branch information
matthiaskrgr committed Feb 4, 2022
2 parents 9351d31 + cdd2254 commit 1426f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/clean/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ crate fn collapse_doc_fragments(doc_strings: &[DocFragment]) -> String {
/// A link that has not yet been rendered.
///
/// This link will be turned into a rendered link by [`Item::links`].
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
#[derive(Clone, Debug, PartialEq, Eq)]
crate struct ItemLink {
/// The original link written in the markdown
crate link: String,
Expand Down

0 comments on commit 1426f0e

Please sign in to comment.