Skip to content

Commit c491109

Browse files
committed
Run rustfmt
1 parent bfb0239 commit c491109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ pub mod prelude {
275275
// Keep this module private to crate
276276
mod private {
277277
use crate::{bf16, f16};
278-
use zerocopy::{FromBytes, IntoBytes, Immutable};
278+
use zerocopy::{FromBytes, Immutable, IntoBytes};
279279

280280
pub trait SealedHalf: FromBytes + IntoBytes + Immutable {}
281281

src/slice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use crate::{bf16, binary16::arch, f16};
1111
#[cfg(feature = "alloc")]
1212
#[allow(unused_imports)]
1313
use alloc::{vec, vec::Vec};
14-
use zerocopy::{transmute_ref, transmute_mut};
14+
use zerocopy::{transmute_mut, transmute_ref};
1515

1616
/// Extensions to `[f16]` and `[bf16]` slices to support conversion and reinterpret operations.
1717
///

0 commit comments

Comments
 (0)