From 6a96a0e358324d7101ca7f8bfebda97f10046ae4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 28 Oct 2018 02:02:43 +0100 Subject: [PATCH] remove unneeded html_report feature --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 196e2f2..e04e792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,6 @@ bench = false [features] generic-simd = ["packed_simd"] runtime-dispatch-simd = [] -html_report = [] [dependencies] packed_simd = { version = "0.3.0", optional = true }