Skip to content

Commit 242ccdf

Browse files
committed
fix soundness hole (upstream wishawa#1)
1 parent 70c525f commit 242ccdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsdom-core/src/serialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ where
5454
{
5555
}
5656

57-
impl<T: ?Sized> ToJs<T> for T where T: UseInJsCode {}
57+
impl<T> ToJs<T> for T where T: UseInJsCode {}

0 commit comments

Comments
 (0)