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
* Use `From` and `As{Ref,Mut}` instead of custom upcasting trait. Allows
upcasting multiple steps at a time and is more familiar.
* Introduce arbitrary unchecked casting escape hatch.
* Some refactoring of dynamic casts (and unchecked casts) into the `JsCast`
trait.
0 commit comments