Uncomment missing debug implementations rule
This commit is contained in:
parent
42e775fece
commit
d136b7ce64
14 changed files with 28 additions and 6 deletions
|
|
@ -10,6 +10,7 @@ use std::hash::Hasher;
|
|||
/// charge of using this type in your system in any way you want.
|
||||
///
|
||||
/// [`Layout`]: struct.Layout.html
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct UserInterface<'a, Message, Renderer> {
|
||||
hash: u64,
|
||||
root: Element<'a, Message, Renderer>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue