From a73c61cecbf24ebf70699269cca95b991dbe2e7e Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 20 Apr 2023 17:24:42 -0400 Subject: [PATCH] fuzz: get rid of 'named-profiles' feature This was stabilized a while back, so we no longer need to explicitly enable it. --- fuzz/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 874e19a0f..c1e277634 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,5 +1,3 @@ -cargo-features = ['named-profiles'] - [package] name = "regex-fuzz" version = "0.0.0"