summaryrefslogtreecommitdiff
path: root/cli/repl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/repl.rs')
-rw-r--r--cli/repl.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/repl.rs b/cli/repl.rs
index 28b99cf07..8387de05f 100644
--- a/cli/repl.rs
+++ b/cli/repl.rs
@@ -1,4 +1,5 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+
use crate::deno_dir::DenoDir;
use deno_core::ErrBox;
use rustyline::Editor;