Skip to content

Commit

Permalink
fix: clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Dec 17, 2024
1 parent ec20f4a commit 147ea2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_typescript/src/fast_dts/util/ast_ext.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::borrow::Cow;

use swc_atoms::Atom;
use swc_ecma_ast::{BindingIdent, Expr, Lit, MemberProp, ObjectPatProp, Pat, PropName, TsTypeAnn};
use swc_ecma_ast::{Expr, Lit, MemberProp, Pat, PropName, TsTypeAnn};

pub trait PatExt {
fn get_type_ann(&self) -> &Option<Box<TsTypeAnn>>;
Expand Down

0 comments on commit 147ea2c

Please sign in to comment.