diff options
Diffstat (limited to 'examples/toast/src')
-rw-r--r-- | examples/toast/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/toast/src/main.rs b/examples/toast/src/main.rs index af29660a..7f067e2f 100644 --- a/examples/toast/src/main.rs +++ b/examples/toast/src/main.rs @@ -332,7 +332,7 @@ mod toast { } fn tag(&self) -> widget::tree::Tag { - struct Marker(Vec<Instant>); + struct Marker; widget::tree::Tag::of::<Marker>() } |