Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
check(rtc_auth_enclave): drop unused #[macro_use]
Browse files Browse the repository at this point in the history
  • Loading branch information
PiDelport committed May 31, 2021
1 parent d6fd186 commit 525641f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rtc_auth_enclave/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#![deny(clippy::mem_forget)]

#[cfg(not(target_env = "sgx"))]
#[macro_use]
extern crate sgx_tstd as std;

pub use rtc_tenclave::dh::*;
Expand Down

0 comments on commit 525641f

Please sign in to comment.