Fix UI tests.

This commit is contained in:
Sergio Benitez 2022-04-27 13:58:18 -07:00
parent 6fc24789e9
commit 613366f4bb
2 changed files with 3 additions and 3 deletions

View File

@ -492,7 +492,7 @@ error[E0277]: the trait bound `i32: From<&str>` is not satisfied
<f64 as From<i16>>
<f64 as From<i32>>
<f64 as From<i8>>
and 84 others
and 85 others
= note: required because of the requirements on the impl of `Into<i32>` for `&str`
error[E0308]: mismatched types

View File

@ -509,10 +509,10 @@ error[E0277]: the trait bound `i32: From<&str>` is not satisfied
|
= help: the following implementations were found:
<i32 as From<NonZeroI32>>
<i32 as From<SignalKind>>
<i32 as From<bool>>
<i32 as From<i16>>
<i32 as From<i8>>
and 88 others
and 89 others
= note: required because of the requirements on the impl of `Into<i32>` for `&str`
error[E0308]: mismatched types