Support HRTB and various fixes
Added
- Allow lifetime
for<'a, ...>
bounds in non-bounded generic parameters.
Changed
- Use the
Copy
implementation forClone
and theOrd
implementation for
PartialOrd
when custom bounds are present.
Fixed
- Support skipping only some variants with
ZeroizeOnDrop
. - Only generate single call to
zeroize()
withZeroizeOnDrop
on multiple
fields or variants.