We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e99a88 commit 149b5b2Copy full SHA for 149b5b2
library/std/src/sys/sync/mutex/pthread.rs
@@ -6,7 +6,7 @@ use crate::sys::pal::sync as pal;
6
use crate::sys::sync::OnceBox;
7
8
pub struct Mutex {
9
- pub pal: OnceBox<pal::Mutex>,
+ pub(in crate::sys::sync) pal: OnceBox<pal::Mutex>,
10
}
11
12
impl Mutex {
0 commit comments