Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jmt: remove spurious Hasher: BorshSerialize + BorshDeserialize bounds (…
…#116) `borsh` changed their macro logic for bound inference in their 1.0 release. Unforunatley, the change causes borsh to infer spurious bounds on generic types in some cases. This PR removes the unnecessary bounds on types which are generic over a Hasher.
- Loading branch information