Skip to content

Commit 855e320

Browse files
committed
Remove unused Hash impl from DocFragmentKind
1 parent 98b98ac commit 855e320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ pub(crate) struct DocFragment {
994994
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
995995
rustc_data_structures::static_assert_size!(DocFragment, 32);
996996

997-
#[derive(Clone, Copy, PartialEq, Eq, Debug, Hash)]
997+
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
998998
pub(crate) enum DocFragmentKind {
999999
/// A doc fragment created from a `///` or `//!` doc comment.
10001000
SugaredDoc,

0 commit comments

Comments
 (0)