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 70c525f commit 242ccdfCopy full SHA for 242ccdf
wsdom-core/src/serialize.rs
@@ -54,4 +54,4 @@ where
54
{
55
}
56
57
-impl<T: ?Sized> ToJs<T> for T where T: UseInJsCode {}
+impl<T> ToJs<T> for T where T: UseInJsCode {}
0 commit comments