Skip to content

Commit

Permalink
Fix SGX docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jethro Beekman committed Feb 25, 2022
1 parent 03c8ffa commit 355d503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/os/fd/owned.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::fmt;
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};

Expand Down

0 comments on commit 355d503

Please sign in to comment.