Skip to content

Commit

Permalink
Removed named-profiles feature flag
Browse files Browse the repository at this point in the history
... 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.
  • Loading branch information
steveklabnik committed May 2, 2024
1 parent bc3727d commit 49c7a32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/xtask/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,6 @@ impl BuildConfig<'_> {
"array_methods",
"asm_const",
"naked_functions",
"named-profiles",
"used_with_arg",
]);
// nightly features that our dependencies use:
Expand Down

0 comments on commit 49c7a32

Please sign in to comment.