nalgebra-glm: Fix clippy single_component_path_imports.

These imports are redundant and not needed.
This commit is contained in:
Bruce Mitchener 2023-08-19 00:19:42 +07:00
parent f404bcbd6d
commit 8609167053
4 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,4 @@
use core::mem;
use na;
use crate::aliases::{TMat, TVec};
use crate::traits::Number;

View File

@ -1,5 +1,3 @@
use na;
use crate::aliases::{TMat4, TVec2, TVec3, TVec4};
use crate::RealNumber;

View File

@ -1,5 +1,4 @@
use crate::RealNumber;
use na;
/// The Euler constant.
///

View File

@ -1,5 +1,3 @@
use na;
use crate::aliases::TVec;
use crate::RealNumber;