From c0b8b9e32495cfd02ddd9e573e4d787d844af660 Mon Sep 17 00:00:00 2001 From: Pi Delport Date: Thu, 20 May 2021 20:17:12 +0200 Subject: [PATCH] check(rtc_data_enclave): unused feature(const_generics) and feature(const_evaluatable_checked) These usages were moved to rtc_tenclave. --- rtc_data_enclave/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtc_data_enclave/src/lib.rs b/rtc_data_enclave/src/lib.rs index 818b4572..4ff114f6 100644 --- a/rtc_data_enclave/src/lib.rs +++ b/rtc_data_enclave/src/lib.rs @@ -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)]