Derive Debug for qr_code::Data in iced_widget
This commit is contained in:
parent
a8ceb9469b
commit
1df1cf82f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue