-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat(dns): make {tokio,async_std}::Transport::custom
infallible
#4464
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I am pretty sure this method is used in various places, can you adjust those too? I'd recommend using cargo clippy --all-features --all-targets
to check.
DnsConfig::custom
constructor infallible
This is a breaking change so I am queuing it for the next milestone. FYI: We mark those as draft to not merge them accidentally! |
Meta: very much appreciate the help here! |
This comment was marked as resolved.
This comment was marked as resolved.
DnsConfig::custom
constructor infallible{tokio,async_std}::Transport::custom
constructor infallible
Approvals have been dismissed because the PR was updated after the send-it
label was applied.
{tokio,async_std}::Transport::custom
constructor infallible{tokio,async_std}::Transport::custom
infallible
Description
Resolves: #4462.
Notes & open questions
N/A
Change checklist