File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pub struct GenericTypeWithParentheses {
1414 pub sub : Option < UseAngleBrackets > ,
1515}
1616
17- #[ derive( Clone , Copy , Subdiagnostic ) ]
17+ #[ derive( Subdiagnostic ) ]
1818#[ multipart_suggestion( ast_lowering_use_angle_brackets, applicability = "maybe-incorrect" ) ]
1919pub struct UseAngleBrackets {
2020 #[ suggestion_part( code = "<" ) ]
@@ -72,7 +72,7 @@ pub struct AssocTyParentheses {
7272 pub sub : AssocTyParenthesesSub ,
7373}
7474
75- #[ derive( Clone , Copy , Subdiagnostic ) ]
75+ #[ derive( Subdiagnostic ) ]
7676pub enum AssocTyParenthesesSub {
7777 #[ multipart_suggestion( ast_lowering_remove_parentheses) ]
7878 Empty {
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ pub(crate) struct NonConstImplNote {
239239 pub span : Span ,
240240}
241241
242- #[ derive( Subdiagnostic , PartialEq , Eq , Clone ) ]
242+ #[ derive( Subdiagnostic , Clone ) ]
243243#[ note( const_eval_frame_note) ]
244244pub struct FrameNote {
245245 #[ primary_span]
You can’t perform that action at this time.
0 commit comments