rust-lang / rust-bindgen

Automatically generates Rust FFI bindings to C (and some C++) libraries.
https://rust-lang.github.io/rust-bindgen/
BSD 3-Clause "New" or "Revised" License
4.23k stars 679 forks source link

Remove legacy integer methods #2818

Closed GKFX closed 2 months ago

GKFX commented 2 months ago

This is coming up as a new Clippy lint (https://rust-lang.github.io/rust-clippy/master/index.html#/legacy_numeric_constants) on CI runs. The constants in question have been stable for ages (since 1.43).