christolliday / limn

Experimental cross platform GUI library
Other
404 stars 19 forks source link

Remove trivial numeric casts. #8

Closed waywardmonkeys closed 6 years ago

waywardmonkeys commented 6 years ago

These values are already f32, so no need to cast them.

This is a check that can be enabled with #![deny(trivial_numeric_casts)].