parallaxsecond / parsec

Platform AbstRaction for SECurity service
https://parsec.community/
Apache License 2.0
467 stars 66 forks source link

Use infallible conversion into instead of try_into #747

Closed gowthamsk-arm closed 7 months ago

gowthamsk-arm commented 8 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

gowthamsk-arm commented 8 months ago

Nightly CI failure: https://github.com/parallaxsecond/parsec/actions/runs/7391951129

gowthamsk-arm commented 7 months ago

CI run failure for the Cargo deny job is expected and @tgonzalezorlandoarm has a fix for it.