Skip to content

Commit fbcaa1d

Browse files
committed
fmt
1 parent b6492f4 commit fbcaa1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: library/std/src/sys/sync/rwlock/futex.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use std::sync::atomic::Ordering::{Acquire, Relaxed};
2+
23
use crate::sync::atomic::Ordering::{Acquire, Relaxed, Release};
34
use crate::sys::futex::{Futex, Primitive, futex_wait, futex_wake, futex_wake_all};
45

0 commit comments

Comments
 (0)