summaryrefslogtreecommitdiff
path: root/cli/ast.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/ast.rs')
-rw-r--r--cli/ast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ast.rs b/cli/ast.rs
index 846967331..f823fac21 100644
--- a/cli/ast.rs
+++ b/cli/ast.rs
@@ -1,6 +1,6 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-use crate::msg::MediaType;
+use crate::media_type::MediaType;
use deno_core::error::AnyError;
use deno_core::ModuleSpecifier;
use std::error::Error;