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
Fix FromVariant impls using get_type to test for Nils
As of #1002, it has been discovered that more than one representations
for Nil can exist, and such tests should be carried out using `is_nil()`
instead.
0 commit comments