the-algorithm icon indicating copy to clipboard operation
the-algorithm copied to clipboard

Tiny fix the error handling in Rust build file

Open 0ex-d opened this issue 2 years ago • 1 comments

We can use anyhow::Error over Box<dyn std::error::Error> which can support more error handling, and since we already use anyhow crate for handling Result trait in other files.

0ex-d avatar Apr 06 '23 23:04 0ex-d

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 06 '23 23:04 CLAassistant