File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pub struct GenericTypeWithParentheses {
14
14
pub sub : Option < UseAngleBrackets > ,
15
15
}
16
16
17
- #[ derive( Clone , Copy , Subdiagnostic ) ]
17
+ #[ derive( Subdiagnostic ) ]
18
18
#[ multipart_suggestion( ast_lowering_use_angle_brackets, applicability = "maybe-incorrect" ) ]
19
19
pub struct UseAngleBrackets {
20
20
#[ suggestion_part( code = "<" ) ]
@@ -72,7 +72,7 @@ pub struct AssocTyParentheses {
72
72
pub sub : AssocTyParenthesesSub ,
73
73
}
74
74
75
- #[ derive( Clone , Copy , Subdiagnostic ) ]
75
+ #[ derive( Subdiagnostic ) ]
76
76
pub enum AssocTyParenthesesSub {
77
77
#[ multipart_suggestion( ast_lowering_remove_parentheses) ]
78
78
Empty {
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ pub(crate) struct NonConstImplNote {
239
239
pub span : Span ,
240
240
}
241
241
242
- #[ derive( Subdiagnostic , PartialEq , Eq , Clone ) ]
242
+ #[ derive( Subdiagnostic , Clone ) ]
243
243
#[ note( const_eval_frame_note) ]
244
244
pub struct FrameNote {
245
245
#[ primary_span]
You can’t perform that action at this time.
0 commit comments