Skip to content

Commit

Permalink
disable serde
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 19, 2023
1 parent 6bea6e6 commit fb5ec1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turbopack-css/src/references/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use crate::{
references::css_resolve,
};

#[turbo_tasks::value(into = "new", eq = "manual")]
#[turbo_tasks::value(into = "new", eq = "manual", serialization = "none")]
pub struct ImportAttributes {
#[turbo_tasks(trace_ignore)]
pub layer_name: Option<LayerName<'static>>,
Expand Down

0 comments on commit fb5ec1f

Please sign in to comment.