Skip to content

Commit b147541

Browse files
committed
Clippy fix
1 parent 8e6680e commit b147541

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/eigen3.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
//!
77
//! Adapted from <https://github.com/Jondolf/barry/tree/main/src/math/eigen>
88
9+
#![allow(clippy::manual_swap)] // Needed for spirv compatibility.
10+
911
use glam::Vec3Swizzles;
1012
use num_traits::float::FloatConst;
1113

0 commit comments

Comments
 (0)