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

Implemented std::error::Error for ReachabilityError. #60

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

mstyura
Copy link
Contributor

@mstyura mstyura commented Sep 18, 2024

All other error types in system-configuration/src/network_reachability.rs conform to std::error:Error but ReachabilityError seems by coincidence does not conform to it.


This change is Reviewable

@mstyura
Copy link
Contributor Author

mstyura commented Sep 18, 2024

Hello @faern, could you please take a look at this PR once you have time? Thanks a lot in advance.

@faern faern merged commit f494e72 into mullvad:main Sep 19, 2024
7 checks passed
@faern
Copy link
Member

faern commented Sep 19, 2024

Thank you for the contribution. This looks good to me. Probably a mistake that this was not implemented already :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants