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
In #3312 we introduced a wrapper around the quick-protobuf::Error type but had to remove the wrapped error because it introduced a breaking change related to auto traits.
Motivation
Provides more information about the error to users.
Current Implementation
We're not using quick-protobuf::Error as explained above.
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered:
I noticed that we also still leak that dependency in several crates by providing a `From` impl so I've removed that one as well.
Resolves#3534.
Pull-Request: #3894.
Description
In #3312 we introduced a wrapper around the
quick-protobuf::Error
type but had to remove the wrapped error because it introduced a breaking change related to auto traits.Motivation
Provides more information about the error to users.
Current Implementation
We're not using
quick-protobuf::Error
as explained above.Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered: