We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3fbde4 + 30b82e0 commit 73d3544Copy full SHA for 73d3544
library/std/src/sys/sgx/mutex.rs
@@ -8,7 +8,7 @@ pub struct Mutex {
8
inner: SpinMutex<WaitVariable<bool>>,
9
}
10
11
-pub type MovableMutex = Box<Mutex>;
+pub type MovableMutex = Mutex;
12
13
// Implementation according to “Operating Systems: Three Easy Pieces”, chapter 28
14
impl Mutex {
0 commit comments