diff options
Diffstat (limited to '')
| -rw-r--r-- | examples/stopwatch.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/examples/stopwatch.rs b/examples/stopwatch.rs index 686d239d..d21bdaa8 100644 --- a/examples/stopwatch.rs +++ b/examples/stopwatch.rs @@ -165,6 +165,7 @@ mod time {              use std::hash::Hash;              std::any::TypeId::of::<Self>().hash(state); +            self.0.hash(state);          }          fn stream( | 
