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

E does not need to implement std::fmt::Debug in ResponseValue::from_response #960

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hepek
Copy link

@hepek hepek commented Oct 28, 2024

I was getting compilation errors in my progenitor generated code when the generated error type is Error<ByteStream>, because ByteStream does not implement std::fmt::Debug.

I cannot find any evidence that E needs to impl std::fmt::Debug from this function.

So I removed the trait bound from it.

E does not need to implement std::fmt::Debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant