Fix SGX docs build
This commit is contained in:
parent
03c8ffaacb
commit
355d503ace
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use crate::fmt;
|
||||||
use crate::fs;
|
use crate::fs;
|
||||||
use crate::marker::PhantomData;
|
use crate::marker::PhantomData;
|
||||||
use crate::mem::forget;
|
use crate::mem::forget;
|
||||||
#[cfg(not(target_os = "wasi"))]
|
#[cfg(not(any(target_os = "wasi", target_env = "sgx")))]
|
||||||
use crate::sys::cvt;
|
use crate::sys::cvt;
|
||||||
use crate::sys_common::{AsInner, FromInner, IntoInner};
|
use crate::sys_common::{AsInner, FromInner, IntoInner};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue