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
I expected to see this happen: everything is fine as there is no other way to execute this code - you can't know in advance whether there are elements or not.
Instead, this happened: the lint says I can avoid collecting while I clearly can't.
I tried this code:
playground
I expected to see this happen: everything is fine as there is no other way to execute this code - you can't know in advance whether there are elements or not.
Instead, this happened: the lint says I can avoid collecting while I clearly can't.
Meta
cargo clippy -V
: clippy 0.0.212 (18bf6b4 2020-10-07)rustc -Vv
:The text was updated successfully, but these errors were encountered: