Suggest a fix for NonZero*
<- *
coercion error
This commit is contained in:
parent
37c21d6fc7
commit
7163e7ff65
5 changed files with 105 additions and 0 deletions
|
@ -223,6 +223,16 @@ symbols! {
|
|||
LintPass,
|
||||
Mutex,
|
||||
N,
|
||||
NonZeroI128,
|
||||
NonZeroI16,
|
||||
NonZeroI32,
|
||||
NonZeroI64,
|
||||
NonZeroI8,
|
||||
NonZeroU128,
|
||||
NonZeroU16,
|
||||
NonZeroU32,
|
||||
NonZeroU64,
|
||||
NonZeroU8,
|
||||
None,
|
||||
Ok,
|
||||
Option,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue