From a14b7cc27631a52a81b657113e7f8f3085e29248 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 29 Mar 2018 22:41:40 +0200 Subject: [PATCH] Don't enable features for docs anymore --- openssl/Cargo.toml | 3 --- 1 file changed, 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 = []