Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for anyhow breaking Ok(...) patterns #55

Merged
merged 1 commit into from
May 13, 2022
Merged

Fix for anyhow breaking Ok(...) patterns #55

merged 1 commit into from
May 13, 2022

Conversation

Qard
Copy link
Collaborator

@Qard Qard commented May 13, 2022

anyhow after 1.0.48 breaks when using use anyhow::*; as it exports an Ok(...) function which replaces Result::Ok.

See: rust-math/intel-mkl-src#68

anyhow after 1.0.48 breaks when using `use anyhow::*;` as it exports an `Ok(...)` function which replaces `Result::Ok`.
@Qard Qard added the bug Something isn't working label May 13, 2022
@Qard Qard requested a review from bengl May 13, 2022 05:23
@bengl bengl merged commit c7660ab into main May 13, 2022
@bengl bengl deleted the fix-anyhow branch May 13, 2022 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants