Skip to content

Commit

Permalink
nalgebra-glm: Fix clippy single_component_path_imports.
Browse files Browse the repository at this point in the history
These imports are redundant and not needed.
  • Loading branch information
waywardmonkeys committed Aug 18, 2023
1 parent f404bcb commit 8609167
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion nalgebra-glm/src/common.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use core::mem;
use na;

use crate::aliases::{TMat, TVec};
use crate::traits::Number;
Expand Down
2 changes: 0 additions & 2 deletions nalgebra-glm/src/ext/matrix_projection.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use na;

use crate::aliases::{TMat4, TVec2, TVec3, TVec4};
use crate::RealNumber;

Expand Down
1 change: 0 additions & 1 deletion nalgebra-glm/src/gtc/constants.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use crate::RealNumber;
use na;

/// The Euler constant.
///
Expand Down
2 changes: 0 additions & 2 deletions nalgebra-glm/src/trigonometric.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use na;

use crate::aliases::TVec;
use crate::RealNumber;

Expand Down

0 comments on commit 8609167

Please sign in to comment.