From 549e11423685358374164d73ddda83dc73bcbb74 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 4 Dec 2023 19:08:07 -0700 Subject: [PATCH] Update Cargo.toml (#187) --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 98caf1a..2f8471d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,9 +69,6 @@ rustdoc-args = ["--cfg","docs_rs"] [package.metadata.playground] features = ["alloc", "std", "grab_spare_slice", "rustc_1_55", "serde"] -[profile.test] -opt-level = 3 - [profile.bench] debug = 2