Skip to content

Commit be2f549

Browse files
committed
wtf fmt
1 parent eac42d0 commit be2f549

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/sched.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,7 @@ mod sched_affinity {
324324
))]
325325
pub use self::sched_priority::*;
326326

327-
#[cfg(all(
328-
linux_android,
329-
not(target_env = "musl"),
330-
not(target_env = "ohos")
331-
))]
327+
#[cfg(all(linux_android, not(target_env = "musl"), not(target_env = "ohos")))]
332328
mod sched_priority {
333329
use std::mem::MaybeUninit;
334330

0 commit comments

Comments
 (0)