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
Simplify code and fix dead code in read_bang_element
`read` in read_bang_element was at least 1, but then branch in any case
could be reachable only if .read_buf() returns empty array, but in that
case we have already exited with the correct error
0 commit comments