We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove the try_get_* methods here
try_get_*
kafka-protocol-rs/src/protocol/buf.rs
Line 57 in 10bacb2
The upstream Buf trait now implements these methods so implementing them again is confusing for both developers and users of kafka-protocol crate.
First give the bytes team a week to decide if they are keeping or reverting the changes, see: tokio-rs/bytes#767
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Remove the
try_get_*
methods herekafka-protocol-rs/src/protocol/buf.rs
Line 57 in 10bacb2
The upstream Buf trait now implements these methods so implementing them again is confusing for both developers and users of kafka-protocol crate.
First give the bytes team a week to decide if they are keeping or reverting the changes, see: tokio-rs/bytes#767
The text was updated successfully, but these errors were encountered: