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

Commit

Permalink
check(rtc_data_enclave): unused feature(const_generics) and feature(c…
Browse files Browse the repository at this point in the history
…onst_evaluatable_checked)

These usages were moved to rtc_tenclave.
  • Loading branch information
PiDelport committed May 20, 2021
1 parent 9cf842c commit f89b681
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rtc_data_enclave/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#![crate_type = "staticlib"]
#![cfg_attr(not(target_env = "sgx"), no_std)]
#![cfg_attr(target_env = "sgx", feature(rustc_private))]
#![feature(const_generics)]
#![feature(const_evaluatable_checked)]
#![deny(clippy::mem_forget)]
// TODO: Clean up existing cases causing a flood of warnings for this check, and re-enable
// #![warn(missing_docs)]
Expand Down

0 comments on commit f89b681

Please sign in to comment.