saber-hq / anchor-gen

Generates an Anchor CPI crate from a JSON IDL.
https://crates.io/crates/anchor-gen
Apache License 2.0
106 stars 58 forks source link

add option to skip Default impl on struct #8

Open losman0s opened 2 years ago

losman0s commented 2 years ago

Addressing this comment.

losman0s commented 2 years ago

Removed the test skip_default I had added as a test in the whirlpools example, to let clippy pass.