From c4b95279e96f9f4cfc9dc55f2e924bd1d38abf71 Mon Sep 17 00:00:00 2001 From: bluss Date: Sat, 15 Dec 2018 14:23:12 +0100 Subject: [PATCH] MAINT: Remove feature with no effect ("use_union") --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 61a61ce..6a45270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,9 +44,6 @@ serde-1 = ["serde"] array-sizes-33-128 = [] array-sizes-129-255 = [] -# has no effect -use_union = [] - [package.metadata.docs.rs] features = ["serde-1"]