Fix SGX docs build

This commit is contained in:
Jethro Beekman 2022-02-25 12:11:58 +01:00
parent 03c8ffaacb
commit 355d503ace

View file

@ -8,7 +8,7 @@
use crate::fs;
use crate::marker::PhantomData;
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_common::{AsInner, FromInner, IntoInner};