chore: clippy

This commit is contained in:
Nova
2025-04-19 02:22:58 -07:00
parent 7067d048d6
commit b196cbfa3a
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ impl MousePointer {
let first_distance = handlers
.first()
.map(|(_, distance)| *distance)
.unwrap_or(std::f32::NEG_INFINITY);
.unwrap_or(f32::NEG_INFINITY);
self.pointer.set_handler_order(
handlers