From 9fd088c21d4ee619f100837ecdf46b5101a884bb Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Thu, 1 Aug 2019 13:00:04 -0400 Subject: [PATCH] Removed the fuzztarget feature from the docs --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9c09d0..eb2fc78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ links = "secp256k1" # Should make docs.rs show all functions, even those behind non-default features [package.metadata.docs.rs] features = [ "rand", "serde", "recovery", "endomorphism" ] -all-features = true [build-dependencies] cc = ">= 1.0.28"