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
The existing code is checking `val in (elem)`, but `()` doesn't define a
tuple, `(elem,)` does. As a result, this is actually check if the
element contains val, which is a subtle unsafe bug, that hopefully never
has practical implications.
0 commit comments