This commit is contained in:
nora 2022-09-25 13:58:29 +02:00
parent 6fc05446fb
commit 8a57db3409
3 changed files with 35 additions and 21 deletions

View file

@ -165,5 +165,5 @@ options!(
struct WithDebugLowerHex { true }
fn debug_upper_hex(&self) -> bool { false }
struct WithDebugUpperHex { false }
struct WithDebugUpperHex { true }
);