Remove unused impls from some subdiagnostics.
This commit is contained in:
parent
4e38ef9e1a
commit
256d802233
2 changed files with 3 additions and 3 deletions
|
@ -239,7 +239,7 @@ pub(crate) struct NonConstImplNote {
|
|||
pub span: Span,
|
||||
}
|
||||
|
||||
#[derive(Subdiagnostic, PartialEq, Eq, Clone)]
|
||||
#[derive(Subdiagnostic, Clone)]
|
||||
#[note(const_eval_frame_note)]
|
||||
pub struct FrameNote {
|
||||
#[primary_span]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue