From b2fa903d64c74d64685397bbf4e98b031371d346 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 15 Sep 2020 10:33:14 -0400 Subject: cli/msg.rs -> cli/media_type.rs --- cli/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/ast.rs') 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; -- cgit v1.2.3