Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove either feature #315

Merged
merged 2 commits into from Nov 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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