We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dece9b8 commit e3407e4Copy full SHA for e3407e4
druid-shell/src/backend/web/window.rs
@@ -601,7 +601,6 @@ impl WindowHandle {
601
}
602
603
pub fn request_timer(&self, deadline: Instant) -> TimerToken {
604
- use std::convert::TryFrom;
605
let interval = deadline.duration_since(Instant::now()).as_millis();
606
let interval = match i32::try_from(interval) {
607
Ok(iv) => iv,
0 commit comments