1
Fork 0

Suggest a fix for NonZero* <- * coercion error

This commit is contained in:
Maybe Waffle 2022-07-19 00:11:21 +04:00
parent 37c21d6fc7
commit 7163e7ff65
5 changed files with 105 additions and 0 deletions

View file

@ -223,6 +223,16 @@ symbols! {
LintPass,
Mutex,
N,
NonZeroI128,
NonZeroI16,
NonZeroI32,
NonZeroI64,
NonZeroI8,
NonZeroU128,
NonZeroU16,
NonZeroU32,
NonZeroU64,
NonZeroU8,
None,
Ok,
Option,