Skip to content

Commit 3d1657f

Browse files
committed
remove auto_for_input
1 parent bb1c309 commit 3d1657f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/next-core/src/next_font/google/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const ALLOWED_DISPLAY_VALUES: &[&str] = &["auto", "block", "swap", "fallback", "
1111

1212
pub(super) type FontData = FxIndexMap<RcStr, FontDataEntry>;
1313

14-
#[turbo_tasks::value(serialization = "auto_for_input")]
14+
#[turbo_tasks::value]
1515
#[derive(Clone, Debug, PartialOrd, Ord, Hash, TaskInput)]
1616
pub(super) struct NextFontGoogleOptions {
1717
/// Name of the requested font from Google. Contains literal spaces.

crates/next-core/src/next_font/local/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use super::request::{
1212

1313
/// A normalized, Vc-friendly struct derived from validating and transforming
1414
/// [[NextFontLocalRequest]]
15-
#[turbo_tasks::value(serialization = "auto_for_input")]
15+
#[turbo_tasks::value]
1616
#[derive(Clone, Debug, PartialOrd, Ord, Hash, TaskInput)]
1717
pub(super) struct NextFontLocalOptions {
1818
pub fonts: FontDescriptors,

0 commit comments

Comments
 (0)