Skip to content

Commit 551449d

Browse files
committed
address review feedback
1 parent 11885e6 commit 551449d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turbopack/crates/turbo-tasks-testing/tests/all_in_one.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ async fn all_in_one() {
6363
.unwrap()
6464
}
6565

66-
#[turbo_tasks::value(transparent, serialization = "auto_for_input")]
66+
#[turbo_tasks::value(transparent)]
6767
#[derive(Debug, Clone, Hash)]
6868
struct MyTransparentValue(u32);
6969

70-
#[turbo_tasks::value(shared, serialization = "auto_for_input")]
70+
#[turbo_tasks::value(shared)]
7171
#[derive(Debug, Clone, Hash, TaskInput)]
7272
enum MyEnumValue {
7373
Yeah(u32),

0 commit comments

Comments
 (0)