Derive Debug for qr_code::Data in iced_widget

This commit is contained in:
Héctor Ramón Jiménez 2024-03-26 04:22:06 +01:00
parent a8ceb9469b
commit 1df1cf82f4
No known key found for this signature in database
GPG key ID: 4C07CEC81AFA161F

View file

@ -178,7 +178,7 @@ where
/// The data of a [`QRCode`]. /// The data of a [`QRCode`].
/// ///
/// It stores the contents that will be displayed. /// It stores the contents that will be displayed.
#[allow(missing_debug_implementations)] #[derive(Debug)]
pub struct Data { pub struct Data {
contents: Vec<qrcode::Color>, contents: Vec<qrcode::Color>,
width: usize, width: usize,