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.
2 parents 1b3e491 + 9cbf90e commit 232ac63Copy full SHA for 232ac63
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