Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 28, 2024
1 parent 0eb2fb6 commit 7eb4a1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions turbopack/crates/turbopack-css/src/references/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ pub fn analyze_references(
}

struct ModuleReferencesVisitor<'a> {
source: ResolvedVc<Box<dyn Source>>,
origin: ResolvedVc<Box<dyn ResolveOrigin>>,
import_context: ResolvedVc<ImportContext>,
source: Vc<Box<dyn Source>>,
origin: Vc<Box<dyn ResolveOrigin>>,
import_context: Vc<ImportContext>,
references: &'a mut Vec<Vc<Box<dyn ModuleReference>>>,
urls: &'a mut Vec<(String, Vc<UrlAssetReference>)>,
}
Expand Down

0 comments on commit 7eb4a1b

Please sign in to comment.