remove either feature (#315)

remove either feature
This commit is contained in:
Carl Lerche
2019-11-20 12:59:44 -08:00
committed by GitHub
parent 8135c1f606
commit b3f86d8654
4 changed files with 0 additions and 100 deletions
-5
View File
@@ -96,11 +96,6 @@ pub use crate::bytes::Bytes;
#[cfg(feature = "serde")]
mod serde;
// Optional `Either` support
#[cfg(feature = "either")]
mod either;
#[inline(never)]
#[cold]
fn abort() -> ! {