File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ jobs:
736
736
run : taplo format --check --diff
737
737
738
738
- name : Check for typos
739
- uses : crate-ci/typos@v1.29.9
739
+ uses : crate-ci/typos@v1.30.0
740
740
741
741
check-cts-runner :
742
742
# runtime is normally 2 minutes
Original file line number Diff line number Diff line change @@ -1791,9 +1791,9 @@ impl<W: Write> Writer<W> {
1791
1791
Mf :: Unpack4xI8 => Function :: Regular ( "unpack4xI8" ) ,
1792
1792
Mf :: Unpack4xU8 => Function :: Regular ( "unpack4xU8" ) ,
1793
1793
Mf :: Inverse => {
1794
- let typ = func_ctx. resolve_type ( arg, & module. types ) ;
1794
+ let ty = func_ctx. resolve_type ( arg, & module. types ) ;
1795
1795
1796
- let Some ( overload) = InversePolyfill :: find_overload ( typ ) else {
1796
+ let Some ( overload) = InversePolyfill :: find_overload ( ty ) else {
1797
1797
return Err ( Error :: UnsupportedMathFunction ( fun) ) ;
1798
1798
} ;
1799
1799
You can’t perform that action at this time.
0 commit comments