Skip to content

Commit

Permalink
Merge pull request #1281 from waywardmonkeys/clippy-single_component_…
Browse files Browse the repository at this point in the history
…path_imports

nalgebra-glm: Fix clippy single_component_path_imports.
  • Loading branch information
sebcrozet committed Sep 30, 2023
2 parents 1987ca2 + 8609167 commit 2043824
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 2043824

Please sign in to comment.