diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2020-04-04 13:41:16 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-03 22:41:16 -0400 |
| commit | f5274072870558973f70b7fad30c078647790d6c (patch) | |
| tree | 604e22e18315ed44adad980c2a42f46aeafbf076 /cli/ops/timers.rs | |
| parent | 0db04d6a429eb498e854a5fc1ef905b87dea5e4d (diff) | |
clippy (#4618)
Diffstat (limited to 'cli/ops/timers.rs')
| -rw-r--r-- | cli/ops/timers.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/ops/timers.rs b/cli/ops/timers.rs index 33aa7f828..29d2514c9 100644 --- a/cli/ops/timers.rs +++ b/cli/ops/timers.rs @@ -4,7 +4,6 @@ use crate::op_error::OpError; use crate::state::State; use deno_core::*; use futures::future::FutureExt; -use std; use std::time::Duration; use std::time::Instant; |
