diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-04-03 18:35:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 18:35:03 +0200 |
commit | efb022a50c8fd4ab598c0bdc6ff0c1978779260a (patch) | |
tree | aa7cd1bede57bad7cfa97aeec3abb7d81fb901ca /cli/doc/printer.rs | |
parent | 13db64fbc6a8da68e5f6c1da59e058a1a3146054 (diff) |
upgrade dprint to 0.9.10 (#4601)
Diffstat (limited to 'cli/doc/printer.rs')
-rw-r--r-- | cli/doc/printer.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/doc/printer.rs b/cli/doc/printer.rs index 630f8849a..0fa9d0111 100644 --- a/cli/doc/printer.rs +++ b/cli/doc/printer.rs @@ -14,6 +14,7 @@ use crate::colors; use crate::doc; use crate::doc::ts_type::TsTypeDefKind; use crate::doc::DocNodeKind; +use crate::swc_ecma_ast; pub fn format(doc_nodes: Vec<doc::DocNode>) -> String { format_(doc_nodes, 0) |