Skip to content

Commit

Permalink
Lints and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed May 17, 2023
1 parent 57e7737 commit a161414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/next-swc/crates/next-core/src/web_entry_source.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use anyhow::{anyhow, Result};
use turbo_tasks_fs::FileSystem;
use turbopack_binding::{
turbo::{
tasks::{TryJoinIterExt, Value},
Expand All @@ -18,7 +17,8 @@ use turbopack_binding::{
},
free_var_references,
reference_type::{EntryReferenceSubType, ReferenceType},
resolve::{origin::PlainResolveOriginVc, parse::RequestVc, pattern::Pattern},
resolve::{origin::PlainResolveOriginVc, parse::RequestVc},
source_asset::SourceAssetVc,
},
dev::react_refresh::assert_can_resolve_react_refresh,
dev_server::{
Expand Down

0 comments on commit a161414

Please sign in to comment.