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

transports/dns/: Don't feature flag std::io import #3027

Merged
merged 1 commit into from Oct 14, 2022

Commits on Oct 14, 2022

  1. transports/dns/: Don't feature flag std::io import

    Functions like `parse_dnsaddr_txt` depend on the `std::io` import. Given
    that the function is not feature flagged, compilation without features
    fails.
    mxinden committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    813e3d8 View commit details
    Browse the repository at this point in the history