Remove the optional generic-array feature

- It can be added back later if needed
- A public dependency implies version coupling, and we can't afford to
  have it for a niche use case.
This commit is contained in:
bluss
2017-03-24 18:52:05 +01:00
parent e6c090de88
commit f65ea92da4
5 changed files with 1 additions and 56 deletions
+1 -2
View File
@@ -5,7 +5,6 @@ matrix:
- rust: 1.12.0
- rust: stable
env:
- FEATURES="use_generic_array"
- NODEFAULT=1
- rust: beta
- rust: nightly
@@ -16,7 +15,7 @@ matrix:
- NODROP_FEATURES='use_needs_drop'
- rust: nightly
env:
- FEATURES='use_union use_generic_array'
- FEATURES='use_union'
- NODROP_FEATURES='use_union'
branches:
only: