Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed Jul 3, 2023
1 parent a3871d6 commit 6419597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turbopack/src/module_options/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub use rule_condition::*;
use turbo_tasks::primitives::OptionStringVc;
use turbo_tasks_fs::{glob::GlobVc, FileSystemPathVc};
use turbopack_core::{
reference_type::{CssReferenceSubType, ReferenceType, UrlReferenceSubType},
reference_type::{ReferenceType, UrlReferenceSubType},
resolve::options::{ImportMap, ImportMapVc, ImportMapping, ImportMappingVc},
source_transform::SourceTransformsVc,
};
Expand Down

0 comments on commit 6419597

Please sign in to comment.