This repository was archived by the owner on Nov 3, 2025. It is now read-only.
Commit efe113c
committed
Use
Replace the internal `Int` type alias with the now-stable
`core::ffi::c_int` type, simplifying code by removing conditional
definitions. This cleanup is possible since `core::ffi::c_int`
stabilized in Rust 1.64.0, and our current MSRV is 1.76.0.core::ffi::c_int directly instead of alias1 parent 2f0ab4a commit efe113c
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 25 | | |
32 | 26 | | |
33 | 27 | | |
| |||
810 | 804 | | |
811 | 805 | | |
812 | 806 | | |
813 | | - | |
| 807 | + | |
814 | 808 | | |
815 | 809 | | |
816 | 810 | | |
| |||
0 commit comments