You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the defmt::bitflags! macro and its awesome that you provide a wrapper (was struggling to write the Format impl manually 😓).
I'd like to be able to re-use the exported traits (Bits, Flags) from bitflags without installing it for that sole purpose as it could cause issues by having 2 different versions.
The text was updated successfully, but these errors were encountered:
I'm using the
defmt::bitflags!
macro and its awesome that you provide a wrapper (was struggling to write theFormat
impl manually 😓).I'd like to be able to re-use the exported traits (
Bits
,Flags
) frombitflags
without installing it for that sole purpose as it could cause issues by having 2 different versions.The text was updated successfully, but these errors were encountered: