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
error: boolean expression will never evaluate to 'true'
--> src/formats/pnm.rs:59:8
|
59 | if header[1] < b'1' && header[1] > b'6' {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: since `b'1'` < `b'6'`, the expression evaluates to false for any value of `header[1]`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#impossible_comparisons
= note: `#[deny(clippy::impossible_comparisons)]` on by default
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: