aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2018-03-29 22:41:40 +0200
committerSteven Fackler <[email protected]>2018-03-29 22:41:40 +0200
commita14b7cc27631a52a81b657113e7f8f3085e29248 (patch)
tree4e6b9332e9d9379c3d2bd9052b0e54c82d2eca5b /openssl/Cargo.toml
parentMerge pull request #890 from sfackler/no-feature-cleanup (diff)
downloadrust-openssl-a14b7cc27631a52a81b657113e7f8f3085e29248.tar.xz
rust-openssl-a14b7cc27631a52a81b657113e7f8f3085e29248.zip
Don't enable features for docs anymore
Diffstat (limited to 'openssl/Cargo.toml')
-rw-r--r--openssl/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index e78b65aa..92302043 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -10,9 +10,6 @@ keywords = ["crypto", "tls", "ssl", "dtls"]
categories = ["cryptography", "api-bindings"]
build = "build.rs"
-[package.metadata.docs.rs]
-all-features = true
-
# these are deprecated and don't do anything anymore
[features]
v101 = []