Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
codegen/flags: Add missing display trait generation
Analysis was copied from enums which adds an std::fmt when generate_display_trait is true, but the codegen for it was missing. Instead of removing the import, provide a simple Display trait that forwards to bitflags' Debug implementation.
- Loading branch information