Skip to content

Commit 0622478

Browse files
committed
FIX: Remove unused cfg variable
1 parent e86a32d commit 0622478

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
//!
2121
#![doc(html_root_url="https://docs.rs/arrayvec/0.4/")]
2222
#![cfg_attr(not(feature="std"), no_std)]
23-
#![cfg_attr(has_union_feature, feature(untagged_unions))]
2423

2524
#[cfg(feature="serde-1")]
2625
extern crate serde;

0 commit comments

Comments
 (0)