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
641: Fix Object.callv() not marked unsafe r=toasteater a=Bromeon
Fixes a typo causing `Object.callv()` accidentally not being marked unsafe.
Also adds the following statement to all unsafe binding functions:
> **Safety:** This function bypasses Rust's static type checks (aliasing, thread boundaries, calls to free(), ...).
I was thinking about a per-function reason and can change it if needed. The description is also very generic at the moment and can probably be made more concrete.
Co-authored-by: Jan Haller <[email protected]>
0 commit comments