godot-rust / gdnative

Rust bindings for Godot 3
https://godot-rust.github.io
MIT License
3.61k stars 210 forks source link

Remove Deprecated Usage of f32 and u32 #1031

Closed ACGNnsj closed 1 year ago

ACGNnsj commented 1 year ago

std::f32::EPSILON (core::f32::EPSILON) → f32::EPSILON std::u32::MIN (core::u32::MIN) → u32::MIN std::u32::MAX (core::u32::MAX) → u32::MAX

chitoyuu commented 1 year ago

Looks good to me. Thanks!

bors r+

bors[bot] commented 1 year ago

Build succeeded: