[0.3.0] - 2021-08-21
Changed
- The
nonzero!
macro now enforces that its arguments are integer literals. Any other non-zeroable types (even if they implementnonzero_ext::NonZeroAble
) can not be accepted. This fixes #17.
nonzero!
macro now enforces that its arguments are integer literals. Any other non-zeroable types (even if they implement nonzero_ext::NonZeroAble
) can not be accepted. This fixes #17.