Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Conversation

@lopopolo
Copy link
Member

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.

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.
@lopopolo lopopolo added the A-formatter Area: strftime formatting. label Mar 20, 2025
@lopopolo lopopolo requested a review from x-hgg-x March 20, 2025 17:34
@lopopolo lopopolo merged commit 7da91cf into trunk Mar 21, 2025
13 of 14 checks passed
@lopopolo lopopolo deleted the dev/lopopolo-core-ffi branch March 21, 2025 01:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A-formatter Area: strftime formatting.

Development

Successfully merging this pull request may close these issues.

3 participants