Closed jonas-schievink closed 3 years ago
We don't use most of the features of anyhow here, so I've replaced it with just Box<dyn Error>.
anyhow
Box<dyn Error>
This does require some unfortunate duplication of the Result<T> alias.
Result<T>
Yeah, but I'm not sure if that's worth it for a single line
Build failed:
bors retry
Build succeeded:
We don't use most of the features of
anyhow
here, so I've replaced it with justBox<dyn Error>
.This does require some unfortunate duplication of the
Result<T>
alias.