You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by rd...@apache.org on 2021/04/20 02:02:01 UTC

[incubator-teaclave-sgx-sdk] branch master updated: remove not-in-use fixed_size_array feature

This is an automated email from the ASF dual-hosted git repository.

rduan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git


The following commit(s) were added to refs/heads/master by this push:
     new ee53df2  remove not-in-use fixed_size_array feature
     new 5f04deb  Merge pull request #337 from Phala-Network/rm-fixed_size_array
ee53df2 is described below

commit ee53df260dac2b4f3c4f3d6447307fd9026f7d2a
Author: jasl <ja...@hotmail.com>
AuthorDate: Tue Apr 20 03:29:09 2021 +0800

    remove not-in-use fixed_size_array feature
---
 sgx_tstd/src/lib.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sgx_tstd/src/lib.rs b/sgx_tstd/src/lib.rs
index 856b5ce..aa45185 100644
--- a/sgx_tstd/src/lib.rs
+++ b/sgx_tstd/src/lib.rs
@@ -63,7 +63,6 @@
 #![feature(custom_test_frameworks)]
 #![feature(dropck_eyepatch)]
 #![feature(extend_one)]
-#![feature(fixed_size_array)]
 #![feature(fn_traits)]
 #![feature(generator_trait)]
 #![feature(format_args_nl)]

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org