Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Fix deprecated libc integer types #172

Merged
merged 2 commits into from
Jun 8, 2019

Conversation

AzureMarker
Copy link
Contributor

As of rust-lang/libc#1304 types such as libc::int64_t are deprecated. Instead, we should use the native Rust types like i64, as they are compatible with the C types.

As of rust-lang/libc#1304 types such as
`libc::int64_t` are deprecated. Instead, we should use the native Rust
types like `i64`, as they are compatible with the C types.

Signed-off-by: Mcat12 <[email protected]>
@AzureMarker AzureMarker requested a review from a team June 6, 2019 05:30
@AzureMarker AzureMarker merged commit baa8ff3 into development Jun 8, 2019
@AzureMarker AzureMarker deleted the fix/deprecated-libc-types branch June 8, 2019 03:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants