Skip to content

Commit

Permalink
remove either feature (#315)
Browse files Browse the repository at this point in the history
remove either feature
  • Loading branch information
carllerche committed Nov 20, 2019
1 parent 8135c1f commit b3f86d8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 100 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -25,7 +25,6 @@ std = []

[dependencies]
serde = { version = "1.0", optional = true }
either = { version = "1.5", default-features = false, optional = true }

[dev-dependencies]
loom = "0.2.10"
Expand Down
1 change: 0 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -30,7 +30,6 @@ jobs:
cross: true
features:
- serde
- either

# Nightly
- template: ci/azure-test-stable.yml
Expand Down
93 changes: 0 additions & 93 deletions src/either.rs

This file was deleted.

5 changes: 0 additions & 5 deletions src/lib.rs
Expand Up @@ -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() -> ! {
Expand Down

0 comments on commit b3f86d8

Please sign in to comment.