From efb022a50c8fd4ab598c0bdc6ff0c1978779260a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 3 Apr 2020 18:35:03 +0200 Subject: upgrade dprint to 0.9.10 (#4601) --- cli/doc/type_alias.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/doc/type_alias.rs') diff --git a/cli/doc/type_alias.rs b/cli/doc/type_alias.rs index 3740aee84..ad9933978 100644 --- a/cli/doc/type_alias.rs +++ b/cli/doc/type_alias.rs @@ -1,6 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +use crate::swc_ecma_ast; use serde::Serialize; -use swc_ecma_ast; use super::parser::DocParser; use super::ts_type::TsTypeDef; -- cgit v1.2.3