forked from libre-chip/fayalite
rename FixedType->StaticType, fixed_type()->static_type(), hdl(fixed_type)->hdl(static), IsFixedLen->IsStaticLen
This commit is contained in:
parent
c19a6821cf
commit
2dce478d48
20 changed files with 165 additions and 164 deletions
|
@ -248,5 +248,6 @@ no_op_fold!(syn::Token![enum]);
|
|||
no_op_fold!(syn::Token![extern]);
|
||||
no_op_fold!(syn::Token![let]);
|
||||
no_op_fold!(syn::Token![mut]);
|
||||
no_op_fold!(syn::Token![static]);
|
||||
no_op_fold!(syn::Token![struct]);
|
||||
no_op_fold!(syn::Token![where]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue