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

fix(codec): Remove Default bound on Codec #894

Merged
merged 1 commit into from Jan 24, 2022
Merged

fix(codec): Remove Default bound on Codec #894

merged 1 commit into from Jan 24, 2022

Commits on Jan 18, 2022

  1. Remove Default bound on Codec

    This bound was never used, and prevents implementing `Codec` for dynamic
    message types, e.g. https://github.com/andrewhickman/grpc-client/blob/master/src/grpc/codec.rs.
    andrewhickman committed Jan 18, 2022
    Copy the full SHA
    dae9719 View commit details
    Browse the repository at this point in the history