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
Remove unnecessary error branch of ProcessPrng (#579)
ProcessPrng is guaranteed to never fail during runtime, so there's no
need to handle that case. Also found that windows_targets declares all
extern functions as pub, so wrapped the link! macro in a local module to
prevent it from being accessible outside of windows.rs.
0 commit comments