Closed gowthamsk-arm closed 9 months ago
A new clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#/unnecessary_fallible_conversions has been added to rust 1.75.0 that is causing the CI failure. The use of try_into when into is available will be reported by the lint now.
Signed-off-by: Gowtham Suresh Kumar gowtham.sureshkumar@arm.com
Nightly CI failure: https://github.com/parallaxsecond/parsec/actions/runs/7391951129
CI run failure for the Cargo deny job is expected and @tgonzalezorlandoarm has a fix for it.
A new clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#/unnecessary_fallible_conversions has been added to rust 1.75.0 that is causing the CI failure. The use of try_into when into is available will be reported by the lint now.
Signed-off-by: Gowtham Suresh Kumar gowtham.sureshkumar@arm.com