Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielDertoni authored and mbrubeck committed Nov 6, 2022
1 parent 2d6c541 commit 762e1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2176,8 +2176,8 @@ mod impl_arbitrary {

#[cfg(feature = "bytemuck")]
mod impl_bytemuck {
use super::{NotNan, OrderedFloat, Float};
use bytemuck::{CheckedBitPattern, AnyBitPattern, NoUninit, Pod, Zeroable};
use super::{Float, NotNan, OrderedFloat};
use bytemuck::{AnyBitPattern, CheckedBitPattern, NoUninit, Pod, Zeroable};

unsafe impl<T: Zeroable> Zeroable for OrderedFloat<T> {}

Expand Down

0 comments on commit 762e1c2

Please sign in to comment.