You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating this issue as a list of miscellaneous things that we're noticing should be cleaned up in the course of developing #1752 but which would not be in scope for that issue itself:
I'm creating this issue as a list of miscellaneous things that we're noticing should be cleaned up in the course of developing #1752 but which would not be in scope for that issue itself:
quinn::Connecting
has a#[must_use]
annotation denoting that it is a future which is obsolete as Rust now does that automaticallyquinn::Connecting::local_ip
is missing a comment stating that it will panic if called afterpoll
has returnedReady
like itsremote_address
method hasquinn::Connecting::remote_address
has a trailing punctuation on the first line of its doc comment, which is inconsistent with general project stylequinn_proto::TransportError
and other downstream-API-exposed types despite that being a public part of quinn's API via quinn's re-exporting ofquinn_proto::ConnectionError
The text was updated successfully, but these errors were encountered: