summaryrefslogtreecommitdiffstats
path: root/native/src/user_interface.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--native/src/user_interface.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/user_interface.rs b/native/src/user_interface.rs
index 00ab8ea8..9833c815 100644
--- a/native/src/user_interface.rs
+++ b/native/src/user_interface.rs
@@ -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>,