We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ecac6 commit 6fc24ecCopy full SHA for 6fc24ec
1 file changed
src/lib.rs
@@ -562,6 +562,7 @@ where
562
}
563
564
/// Returns Acceleration, Gyroscope and Magnetometer vectors in this order.
565
+ #[allow(clippy::type_complexity)]
566
pub async fn dof9_fixed(
567
&mut self,
568
) -> Result<(mint::Vector3<i16>, mint::Vector3<i16>, mint::Vector3<i16>), Error<E>> {
@@ -594,6 +595,7 @@ where
594
595
596
597
598
599
pub async fn dof9(
600
601
) -> Result<(mint::Vector3<f32>, mint::Vector3<f32>, mint::Vector3<f32>), Error<E>> {
0 commit comments