For example in `getrandom` to convert `NonZeroU16` to `NonZeroU32` we have to write code like this: ```rust num::NonZeroU32::new(e.get() as u32).unwrap().into() ``` Instead of using a simple `e.into()`. <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> This issue has been assigned to @peter-wilkins via [this comment](https://github.com/rust-lang/rust/issues/66196#issuecomment-553191408). <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"peter-wilkins"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->
For example in
getrandomto convertNonZeroU16toNonZeroU32we have to write code like this:Instead of using a simple
e.into().This issue has been assigned to @peter-wilkins via this comment.