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
Implementors of `MiniscriptKey` must reason about the three trait
methods, this implies the trait methods are required, not provided.
We are using the default impls to remove code duplication, this is an
abuse of the default impls. It makes the docs read incorrectly, by implying
that implementors _do not_ need to think reason about these trait methods.
Remove default trait method implementations and manually implement the
trait methods for all current implementors.
0 commit comments