Remove unused Hash impl from DocFragmentKind
This commit is contained in:
parent
98b98ac11e
commit
855e320fe2
@ -994,7 +994,7 @@ pub(crate) struct DocFragment {
|
|||||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||||
rustc_data_structures::static_assert_size!(DocFragment, 32);
|
rustc_data_structures::static_assert_size!(DocFragment, 32);
|
||||||
|
|
||||||
#[derive(Clone, Copy, PartialEq, Eq, Debug, Hash)]
|
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
|
||||||
pub(crate) enum DocFragmentKind {
|
pub(crate) enum DocFragmentKind {
|
||||||
/// A doc fragment created from a `///` or `//!` doc comment.
|
/// A doc fragment created from a `///` or `//!` doc comment.
|
||||||
SugaredDoc,
|
SugaredDoc,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user