SoftbearStudios / bitcode

A binary encoder/decoder for Rust
https://crates.io/crates/bitcode/
MIT License
369 stars 19 forks source link

silence `verbose_bit_mask` lint in bitcode_derive #10

Closed matteopolak closed 1 year ago

matteopolak commented 1 year ago

Suppresses the other lint in #7, clippy::verbose_bit_mask

caibear commented 1 year ago

Thanks!