servo / core-foundation-rs

Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS
Other
987 stars 216 forks source link

Use `CFIndex::MAX` rather than `CFIndex::max_value()` #699

Closed waywardmonkeys closed 1 month ago

waywardmonkeys commented 1 month ago

Since CFIndex is just isize, we can use the CFIndex::MAX constant. The max_value and other functions are pending deprecation and cause a clippy lint warning.