FIX: Remove unused cfg variable

This commit is contained in:
bluss
2019-09-02 22:08:00 +02:00
parent e86a32d454
commit 062247818a
-1
View File
@@ -20,7 +20,6 @@
//! //!
#![doc(html_root_url="https://docs.rs/arrayvec/0.4/")] #![doc(html_root_url="https://docs.rs/arrayvec/0.4/")]
#![cfg_attr(not(feature="std"), no_std)] #![cfg_attr(not(feature="std"), no_std)]
#![cfg_attr(has_union_feature, feature(untagged_unions))]
#[cfg(feature="serde-1")] #[cfg(feature="serde-1")]
extern crate serde; extern crate serde;