summaryrefslogtreecommitdiffstats
path: root/examples/custom_widget/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/custom_widget/src/main.rs')
-rw-r--r--examples/custom_widget/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_widget/src/main.rs b/examples/custom_widget/src/main.rs
index a6068f91..bcf896b0 100644
--- a/examples/custom_widget/src/main.rs
+++ b/examples/custom_widget/src/main.rs
@@ -25,7 +25,7 @@ mod circle {
}
}
- impl<'a, Message, B> Widget<'a, Message, Renderer<B>> for Circle
+ impl<Message, B> Widget<Message, Renderer<B>> for Circle
where
B: Backend,
{