Skip to content

Commit 43e81c1

Browse files
committed
revert some debugging
1 parent d125f2d commit 43e81c1

File tree

1 file changed

+0
-18
lines changed
  • turbopack/crates/turbo-tasks-fs/src

1 file changed

+0
-18
lines changed

turbopack/crates/turbo-tasks-fs/src/util.rs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,3 @@ pub async fn uri_from_file(root: FileSystemPath, path: Option<&str>) -> Result<S
7474

7575
Ok(uri)
7676
}
77-
78-
#[turbo_tasks::value_trait]
79-
trait MyTrait {
80-
fn item(&self) -> bool;
81-
82-
#[turbo_tasks::function]
83-
fn item2(&self) -> Vc<bool>;
84-
85-
#[turbo_tasks::function]
86-
fn item3(&self) -> Vc<bool>;
87-
88-
fn item4(self: Vc<Self>) -> bool
89-
where
90-
Self: Sized,
91-
{
92-
true
93-
}
94-
}

0 commit comments

Comments
 (0)