Miha

Results 2 issues of Miha

I get the following error after upgrading cacao to the latest version. error[E0308]: mismatched types --> .../cacao-0.3.0/src/image/image.rs:211:26 | 211 | false => { | __________________________^ 212 | | #[cfg(target_os =...

### Summary The following code doesn't produce a warning for the `unnecessary_unwrap` lint. It works as intended in Rust 1.73 ### Lint Name unnecessary_unwrap ### Reproducer I tried this code:...

C-bug
I-false-negative