We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76ac00 commit 01cdbd2Copy full SHA for 01cdbd2
crates/geometry/src/aabb.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::manual_midpoint)]
2
+
3
use std::{
4
fmt::{Debug, Display},
5
ops::Add,
0 commit comments