Skip to content

Commit

Permalink
[rustc] Restore compatibility to pre-1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Jan 22, 2019
1 parent 0ae1fa8 commit eab7511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debounce/timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ impl WatchTimer {
}
}

impl std::ops::Drop for WatchTimer {
impl Drop for WatchTimer {
fn drop(&mut self) {
self.schedule_tx
.send(Action::Stop)
Expand Down

0 comments on commit eab7511

Please sign in to comment.