no method named reset
found for struct Pin<&mut Interval>
in the current scope
#5655
Labels
reset
found for struct Pin<&mut Interval>
in the current scope
#5655
Version
tokio-stream v0.1.13
Platform
Linux 5.15.0-1031-gcp #38~20.04.1-Ubuntu
Description
Missing method after cargo update to 0.1.13:
Compiling tokio-stream v0.1.13
error[E0599]: no method named
reset
found for structPin<&mut Interval>
in the current scope--> /home/manager/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-stream-0.1.13/src/stream_ext/timeout_repeating.rs:39:33
|
39 | me.interval.reset();
| ^^^^^ help: there is a method with a similar name:
set
The text was updated successfully, but these errors were encountered: