Support generic-array as arrayvec backend

This commit is contained in:
bluss
2016-09-26 15:42:02 +02:00
parent 82ab295554
commit 60a97632bc
5 changed files with 63 additions and 1 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ matrix:
- rust: 1.2.0
- rust: stable
env:
- FEATURES="use_generic_array"
- NODEFAULT=1
- rust: beta
- rust: nightly
@@ -15,7 +16,7 @@ matrix:
- NODROP_FEATURES='use_needs_drop'
- rust: nightly
env:
- FEATURES='use_union'
- FEATURES='use_union use_generic_array'
- NODROP_FEATURES='use_union'
branches:
only: