We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tracking issue to convert non-zero integer types to wider non-zero integer types when the underlying type supports the conversion.
For example:
num::NonZeroU32::new(e.get() as u32).unwrap().into()
becomes
e.into()