summaryrefslogtreecommitdiff
path: root/cli/op_error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/op_error.rs')
-rw-r--r--cli/op_error.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/op_error.rs b/cli/op_error.rs
index 1d6236c77..258642f8a 100644
--- a/cli/op_error.rs
+++ b/cli/op_error.rs
@@ -17,16 +17,11 @@
use crate::import_map::ImportMapError;
use deno_core::ErrBox;
use deno_core::ModuleResolutionError;
-use dlopen;
-use notify;
-use reqwest;
use rustyline::error::ReadlineError;
-use std;
use std::env::VarError;
use std::error::Error;
use std::fmt;
use std::io;
-use url;
// Warning! The values in this enum are duplicated in js/errors.ts
// Update carefully!