rustdoc: remove unused Hash impl
This commit is contained in:
parent
4e8fb743cc
commit
cdd22547f0
@ -953,7 +953,7 @@ fn add_doc_fragment(out: &mut String, frag: &DocFragment) {
|
||||
/// 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,
|
||||
|
Loading…
Reference in New Issue
Block a user