Skip to content

Commit c4a8df4

Browse files
committed
Fix formatting
1 parent 8205d5b commit c4a8df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ pub trait BitFlag: Copy + Clone + 'static + _internal::RawBitFlags {
253253
///
254254
/// All bits set in `val` must correspond to a value of the enum.
255255
///
256-
/// # Example
256+
/// # Example
257257
///
258258
/// This is a convenience reexport of [`BitFlags::from_bits_unchecked`]. It can be
259259
/// called with `MyFlag::from_bits_unchecked(bits)`, thus bypassing the need for
@@ -322,8 +322,8 @@ pub mod _internal {
322322
}
323323

324324
use ::core::fmt;
325-
use ::core::ops::{BitAnd, BitOr, BitXor, Not, Sub};
326325
use ::core::hash::Hash;
326+
use ::core::ops::{BitAnd, BitOr, BitXor, Not, Sub};
327327

328328
pub trait BitFlagNum:
329329
Default

0 commit comments

Comments
 (0)