From 49c7a32ecf8b4b3d57ee3ddb094350ac6e62a85e Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 2 May 2024 11:30:13 -0500 Subject: [PATCH] Removed named-profiles feature flag ... I think this got stabilized? A quick grep of the code doesn't show invoking the flag. Let's see what CI says, I probably missed something. --- build/xtask/src/config.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/build/xtask/src/config.rs b/build/xtask/src/config.rs index bca20d971..a2aa48708 100644 --- a/build/xtask/src/config.rs +++ b/build/xtask/src/config.rs @@ -700,7 +700,6 @@ impl BuildConfig<'_> { "array_methods", "asm_const", "naked_functions", - "named-profiles", "used_with_arg", ]); // nightly features that our dependencies use: