Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed May 26, 2023
1 parent 94e7613 commit 06c4802
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/next-swc/crates/next-core/src/app_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,6 @@ impl AppRouteVc {
bootstrap_asset,
BootstrapConfigVc::empty(),
)
.into()
}
NextRuntime::Edge => {
let internal_asset = next_asset("entry/app/edge-route.ts");
Expand Down
1 change: 0 additions & 1 deletion packages/next-swc/crates/next-core/src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ fn route_executor(context: AssetContextVc, configs: InnerAssetsVc) -> AssetVc {
next_asset("entry/router.ts"),
Value::new(ReferenceType::Internal(configs)),
)
.into()
}

#[turbo_tasks::function]
Expand Down

0 comments on commit 06c4802

Please sign in to comment.