Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transports/dns/: Don't feature flag std::io import (#3027)
Functions like `parse_dnsaddr_txt` depend on the `std::io` import. Given that the function is not feature flagged, compilation without features fails.
- Loading branch information