- Ensure
TimerRef
is alwaysClone
, no matter the type parameters. - Update dependencies and edition.
- Some small Clippy fixes, including removal of an
unsafe
block that is no longer needed.
TimerRef
is always Clone
, no matter the type parameters.unsafe
block that is no longer needed.