diff options
Diffstat (limited to 'cli/doc/variable.rs')
-rw-r--r-- | cli/doc/variable.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/doc/variable.rs b/cli/doc/variable.rs index 16bf26d25..b8ebcfd72 100644 --- a/cli/doc/variable.rs +++ b/cli/doc/variable.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::ts_type_ann_to_def; |