We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f884d56 commit bacb108Copy full SHA for bacb108
turbopack/crates/turbo-tasks/src/trait_ref.rs
@@ -88,7 +88,7 @@ where
88
}
89
90
91
-// #[cfg(not(rust_analyzer))]
+#[cfg(not(rust_analyzer))]
92
impl<U> std::ops::Deref for TraitRef<Box<U>>
93
where
94
Box<U>: VcValueTrait<ValueTrait = U>,
0 commit comments