From 3f61a17784141d9b78eb0519a121f6f4877a28e8 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Tue, 16 May 2023 19:14:44 -0400 Subject: [PATCH] ctap2-proto: Derive Debug for helper type UsizeN --- crates/ctap2-proto/src/authenticator/device.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ctap2-proto/src/authenticator/device.rs b/crates/ctap2-proto/src/authenticator/device.rs index 586d268..a861799 100644 --- a/crates/ctap2-proto/src/authenticator/device.rs +++ b/crates/ctap2-proto/src/authenticator/device.rs @@ -8,7 +8,7 @@ use std::num::NonZeroUsize; use std::usize; /// A usize with a minimum value of N -#[derive(PartialEq, Eq)] +#[derive(Debug, PartialEq, Eq)] pub struct UsizeN(bounded_integer::BoundedUsize); /// > data type byte string and identifying the authenticator model, i.e.