Uncomment missing debug implementations rule
This commit is contained in:
parent
42e775fece
commit
d136b7ce64
14 changed files with 28 additions and 6 deletions
|
|
@ -13,6 +13,7 @@ use crate::{
|
|||
/// [built-in widget]: widget/index.html#built-in-widgets
|
||||
/// [`Widget`]: widget/trait.Widget.html
|
||||
/// [`Element`]: struct.Element.html
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct Element<'a, Message, Renderer> {
|
||||
pub(crate) widget: Box<dyn Widget<Message, Renderer> + 'a>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue