Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 23, 2023
1 parent fcf366c commit d4625e3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions crates/swc_macros_common/src/syn_ext.rs
Expand Up @@ -76,13 +76,7 @@ impl ItemImplExt for ItemImpl {
.params
.extend(self.generics.params.into_pairs());

ItemImpl {
defaultness: self.defaultness,
unsafety: self.unsafety,
impl_token: self.impl_token,
brace_token: self.brace_token,
..item
}
item
}
}

Expand Down

0 comments on commit d4625e3

Please sign in to comment.