Skip to content

Commit b46bf2f

Browse files
committed
Remove always f64 functions and HasAngleF64 trait.
1 parent 65f0f5a commit b46bf2f

File tree

3 files changed

+219
-124
lines changed

3 files changed

+219
-124
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,7 @@ mod impl_dyn;
18501850

18511851
mod numeric;
18521852
#[cfg(feature = "std")]
1853-
pub use crate::numeric::{angle, angle_preserve, angle_scalar, HasAngle, HasAngle64};
1853+
pub use crate::numeric::{angle, angle_scalar, HasAngle};
18541854

18551855
pub mod linalg;
18561856

0 commit comments

Comments
 (0)