diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-11 10:23:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-11 10:23:19 -0400 |
commit | aba952397ae668714add770c5b6fa6edf1cf3eb5 (patch) | |
tree | a1d2f0bd9758cdd5b196e3ed8efc12c657795aab /cli/msg.rs | |
parent | 2c6b93e0a0c7927dc4dd66c1f681a78a6d79b8f1 (diff) |
Add progress bar (#2309)
Diffstat (limited to 'cli/msg.rs')
-rw-r--r-- | cli/msg.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/msg.rs b/cli/msg.rs index d97940a34..0aaf368e1 100644 --- a/cli/msg.rs +++ b/cli/msg.rs @@ -1,5 +1,4 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -#![allow(unused_imports)] #![allow(dead_code)] #![cfg_attr( feature = "cargo-clippy", |