-
Fixed generating
Event
andFunction
structs where the ABI has a tuple with more than 12 fields.The
Event
andFunction
structs in those situations will now render withoutDebug
norPartialEq
support to allows for Rust to compile properly.
Fixed generating Event
and Function
structs where the ABI has a tuple with more than 12 fields.
The Event
and Function
structs in those situations will now render without Debug
nor PartialEq
support to allows for Rust to compile properly.