From cb5d9ec90a600f28613aee7a81cb6220846f3714 Mon Sep 17 00:00:00 2001 From: Douglas Wilson <141026920+doug-q@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:35:15 +0000 Subject: [PATCH] chore: remove profile settings from hugr/Cargo.toml (#1731) This was ignored as it's not in the workspace root. --- hugr/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/hugr/Cargo.toml b/hugr/Cargo.toml index aa76c5859..534e88f27 100644 --- a/hugr/Cargo.toml +++ b/hugr/Cargo.toml @@ -45,5 +45,3 @@ bumpalo = { workspace = true, features = ["collections"] } name = "bench_main" harness = false -[profile.bench] -debug = true