Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed Mar 20, 2023
1 parent 23769f5 commit e82725e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use anyhow::Result;
use indexmap::indexmap;
use turbo_tasks::Value;
use turbo_tasks_fs::FileSystemPathVc;
use turbopack::{
ecmascript::chunk_group_files_asset::ChunkGroupFilesAsset,
module_options::ModuleOptionsContextVc,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use turbopack::{
};
use turbopack_core::{
asset::{Asset, AssetVc},
chunk::{ChunkingContext, ChunkingContextVc},
chunk::ChunkingContextVc,
compile_time_info::CompileTimeInfoVc,
context::AssetContext,
virtual_asset::VirtualAssetVc,
Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/crates/next-core/src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use turbopack::{evaluate_context::node_evaluate_asset_context, transition::Trans
use turbopack_core::{
asset::AssetVc,
changed::any_content_changed,
chunk::{ChunkingContext, ChunkingContextVc},
chunk::ChunkingContext,
context::{AssetContext, AssetContextVc},
environment::{EnvironmentIntention::Middleware, ServerAddrVc},
ident::AssetIdentVc,
Expand Down

0 comments on commit e82725e

Please sign in to comment.