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 e89081e commit 8e38cdfCopy full SHA for 8e38cdf
src/value/value.rs
@@ -34,9 +34,6 @@ pub struct OwnedJsValue {
34
pub(crate) value: q::JSValue,
35
}
36
37
-unsafe impl Send for OwnedJsValue {}
38
-unsafe impl Sync for OwnedJsValue {}
39
-
40
impl PartialEq for OwnedJsValue {
41
fn eq(&self, other: &Self) -> bool {
42
unsafe { q::JS_VALUE_GET_PTR(self.value) == q::JS_VALUE_GET_PTR(other.value) }
0 commit comments