summaryrefslogtreecommitdiffstats
path: root/widget/src
diff options
context:
space:
mode:
Diffstat (limited to 'widget/src')
-rw-r--r--widget/src/qr_code.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/qr_code.rs b/widget/src/qr_code.rs
index 300028b9..e064aada 100644
--- a/widget/src/qr_code.rs
+++ b/widget/src/qr_code.rs
@@ -178,7 +178,7 @@ where
/// The data of a [`QRCode`].
///
/// It stores the contents that will be displayed.
-#[allow(missing_debug_implementations)]
+#[derive(Debug)]
pub struct Data {
contents: Vec<qrcode::Color>,
width: usize,