Skip to content

Commit 01cdbd2

Browse files
committed
style: Suppress clippy::manual_midpoint warning in aabb.rs
See #949 (comment) "f32::midpoint generates more instructions, and float underflow/overflow isn't an issue we need to handle in general."
1 parent a76ac00 commit 01cdbd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/geometry/src/aabb.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::manual_midpoint)]
2+
13
use std::{
24
fmt::{Debug, Display},
35
ops::Add,

0 commit comments

Comments
 (0)