Closed gowthamsk-arm closed 10 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/rust-cryptoki/actions/runs/7391892330
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