doctorn / obake

Versioned data-structures for Rust
Apache License 2.0
203 stars 8 forks source link

silence clippy lint for generated enum #7

Closed janpetschexain closed 2 years ago

janpetschexain commented 2 years ago

hi, this is a pretty nice crate :)

clippy is warning about the generated enum variant names once a struct has three or more versions. this pr is just silencing clippy at the respective place, it would be awesome to get a new release with this addition!

doctorn commented 2 years ago

Thanks! I'll bump the version soon!