From 386c3a94b00fc4542b132d878eef6e456dfa0c60 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 21 Jan 2020 09:32:52 -0800 Subject: [PATCH] fuzz: Don't run tests or docs for `differential` fuzz target --- fuzz/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 2e2fe38cbf..b286c21d2d 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -43,3 +43,5 @@ doc = false [[bin]] name = "differential" path = "fuzz_targets/differential.rs" +test = false +doc = false