Skip to content

Commit

Permalink
Remove unneeded import of Float
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Feb 13, 2024
1 parent e4e0343 commit d3bae4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/distributions/uniform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ use crate::distributions::Distribution;
use crate::distributions::Standard;
use crate::{Rng, RngCore};

#[cfg(not(feature = "std"))]
#[allow(unused_imports)] // rustc doesn't detect that this is actually used
use crate::distributions::utils::Float;

#[cfg(feature = "simd_support")] use core::simd::prelude::*;
#[cfg(feature = "simd_support")] use core::simd::{LaneCount, SupportedLaneCount};

Expand Down

0 comments on commit d3bae4d

Please sign in to comment.