Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bitfield): missing lifetime in
enum_from_bits!
(#468)
This commit fixes a missing lifetime in a `const` declaration generated by the `enum_from_bits!` macro. Adding this missing lifetime fixes a warning on recent nightly toolchains.
- Loading branch information