Skip to content

Commit 296047c

Browse files
committed
next-core: fix clippy redundant local in emit
1 parent 690c911 commit 296047c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/next-core/src/emit.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ async fn emit_assets_internal(
8686
let node_root = node_root.clone();
8787
let client_relative_path = client_relative_path.clone();
8888
let client_output_path = client_output_path.clone();
89-
let preserve_existing = preserve_existing;
9089

9190
async move {
9291
let path = asset.path().owned().await?;

0 commit comments

Comments
 (0)