You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2022. It is now read-only.
Auto merge of #388 - Xanewok:remove-handle-conv, r=jdm
Remove FromJSValConvertible implementation for HandleValue
Needed for servo/servo#19644.
Removes FromJSValConvertible implementations for `HandleValue`, so `Vec<HandleValue>` conversion is impossible.
Also adds the implementation for `*mut JSObject` so the `sequence<object>` -> `CustomAutoRooterGuard<Vec<*mut JSObject>>` conversion works.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/388)
<!-- Reviewable:end -->
0 commit comments