File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ spanless_eq_struct!(FormatOptions; width precision alignment fill sign alternate
510510spanless_eq_struct ! ( FormatPlaceholder ; argument span format_trait format_options) ;
511511spanless_eq_struct ! ( GenericParam ; id ident attrs bounds is_placeholder kind !colon_span) ;
512512spanless_eq_struct ! ( Generics ; params where_clause span) ;
513- spanless_eq_struct ! ( Impl ; generics of_trait self_ty items) ;
513+ spanless_eq_struct ! ( Impl ; generics constness of_trait self_ty items) ;
514514spanless_eq_struct ! ( InlineAsm ; asm_macro template template_strs operands clobber_abis options line_spans) ;
515515spanless_eq_struct ! ( InlineAsmSym ; id qself path) ;
516516spanless_eq_struct ! ( Item <K >; attrs id span vis kind !tokens) ;
@@ -542,7 +542,7 @@ spanless_eq_struct!(Token; kind span);
542542spanless_eq_struct ! ( Trait ; constness safety is_auto ident generics bounds items) ;
543543spanless_eq_struct ! ( TraitAlias ; constness ident generics bounds) ;
544544spanless_eq_struct ! ( TraitBoundModifiers ; constness asyncness polarity) ;
545- spanless_eq_struct ! ( TraitImplHeader ; defaultness safety constness polarity trait_ref) ;
545+ spanless_eq_struct ! ( TraitImplHeader ; defaultness safety polarity trait_ref) ;
546546spanless_eq_struct ! ( TraitRef ; path ref_id) ;
547547spanless_eq_struct ! ( Ty ; id kind span tokens) ;
548548spanless_eq_struct ! ( TyAlias ; defaultness ident generics after_where_clause bounds ty) ;
You can’t perform that action at this time.
0 commit comments