We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1b305 commit 104e95fCopy full SHA for 104e95f
library/std/src/sys/unix/locks/futex.rs
@@ -16,6 +16,7 @@ pub struct Mutex {
16
}
17
18
impl Mutex {
19
+ #[inline]
20
pub const fn new() -> Self {
21
Self { futex: AtomicI32::new(0) }
22
0 commit comments