Remove FixedSizeArray

This commit is contained in:
Tomasz Miąsko
2021-04-11 00:00:00 +00:00
parent 58f32da346
commit 60780e438a
4 changed files with 1 additions and 57 deletions

View File

@@ -214,7 +214,6 @@
feature(slice_index_methods, coerce_unsized, sgx_platform)
)]
#![deny(rustc::existing_doc_keyword)]
#![cfg_attr(all(test, target_vendor = "fortanix", target_env = "sgx"), feature(fixed_size_array))]
// std is implemented with unstable features, many of which are internal
// compiler details that will never be stable
// NB: the following list is sorted to minimize merge conflicts.