Commit 2f05276
authored
Re-enable improper_ctypes lint on bindings and update CI (#73)
* Re-enable improper_ctypes lint on bindings
The linked issue rust-lang/rust#34798
has since been fixed, and rust will not warn if
PhantomData is used in FFI structs.
See also: rust-lang/rust#39462
* Update ci.yml
Fixes warnings on github actions about updating to
Node v20 by updating the used actions.
actions-rs/toolchain is not maintained anymore, switch
to dtolnay/rust-toolchain instead.1 parent 8885917 commit 2f05276
2 files changed
+6
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 23 | + | |
| 24 | + | |
31 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
0 commit comments