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
nix is currently a bit too liberal with mem::transmute, using it in situations where some casts would suffice. I'd like to reduce these to a minimum because transmute is a scarily big hammer.