Skip to content

Commit 7123088

Browse files
committed
fix clippy
1 parent 8e834fd commit 7123088

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/swc_ecma_compat_es2020/src/nullish_coalescing.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ pub fn nullish_coalescing(c: Config) -> impl Pass {
1111
includes: Features::NULLISH_COALESCING,
1212
excludes: Features::empty(),
1313
assumptions,
14-
..Default::default()
1514
})
1615
}

0 commit comments

Comments
 (0)