Skip to content

Commit a469ebd

Browse files
committed
std: fix module reference on SGX
1 parent d0eb787 commit a469ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/pal/sgx/alloc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
use super::abi::mem as sgx_mem;
12
use crate::alloc::{GlobalAlloc, Layout, System};
23
use crate::ptr;
3-
use crate::sys::sgx::abi::mem as sgx_mem;
44
use core::sync::atomic::{AtomicBool, Ordering};
55

66
use super::waitqueue::SpinMutex;

0 commit comments

Comments
 (0)