Skip to content

Commit

Permalink
Merge pull request #1371 from yotamofek/redundant-import
Browse files Browse the repository at this point in the history
Fix redundant import errors in `nalgebra-glm`
  • Loading branch information
tpdickso committed Mar 20, 2024
2 parents 8c6f14f + cf44429 commit 990afe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nalgebra-glm/src/ext/quaternion_common.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use na::{self, Unit};
use na::Unit;

use crate::aliases::Qua;
use crate::RealNumber;
Expand Down
1 change: 0 additions & 1 deletion nalgebra-glm/src/traits.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use approx::AbsDiffEq;
use num::{Bounded, Signed};

use core::cmp::PartialOrd;
use na::Scalar;
use simba::scalar::{ClosedAdd, ClosedMul, ClosedSub, RealField};

Expand Down

0 comments on commit 990afe6

Please sign in to comment.