Formally move the arrayset into a backup folder. It will become a separate crate some day.

This commit is contained in:
Lokathor
2020-08-08 19:04:39 -06:00
parent b0f27be4b7
commit 72ac150239
2 changed files with 0 additions and 5 deletions
-5
View File
@@ -41,11 +41,6 @@ nightly_const_generics = []
# an experimental impl only for now. # an experimental impl only for now.
experimental_write_impl = [] experimental_write_impl = []
# EXPERIMENTAL: Not part of SemVer. This adds an "ArraySet" type which is
# an array backed set type for situations where you need a set of a known
# small size without allocation.
experimental_array_set = []
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true