summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/row.rs
diff options
context:
space:
mode:
Diffstat (limited to 'pure/src/widget/row.rs')
-rw-r--r--pure/src/widget/row.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/pure/src/widget/row.rs b/pure/src/widget/row.rs
index 2581b38a..147a0850 100644
--- a/pure/src/widget/row.rs
+++ b/pure/src/widget/row.rs
@@ -78,8 +78,7 @@ where
Renderer: iced_native::Renderer,
{
fn tag(&self) -> any::TypeId {
- struct Marker;
- any::TypeId::of::<Marker>()
+ any::TypeId::of::<()>()
}
fn state(&self) -> Box<dyn Any> {