Skip to content

Remove ambiguity from feature flag with no dependencies.#3294

Open
kevincox wants to merge 1 commit intorust-lang:mainfrom
kevincox:patch-1
Open

Remove ambiguity from feature flag with no dependencies.#3294
kevincox wants to merge 1 commit intorust-lang:mainfrom
kevincox:patch-1

Conversation

@kevincox
Copy link
Copy Markdown

For the longest time I thought that it meant that the feature flag was defined but unused, not enabling any features. I just realized that it was actually talking about dependencies. So I figured it was good to make this more clear to avoid other people being confused like I was.

For the longest time I thought that it meant that the feature flag was defined but unused, not enabling any features. I just realized that it was actually talking about dependencies. So I figured it was good to make this more clear to avoid other people being confused like I was.
@kevincox kevincox requested a review from a team as a code owner April 14, 2026 07:35
@github-actions github-actions Bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Apr 14, 2026
</ul>
{%- else -%}
<p>This feature flag does not enable additional features.</p>
<p>This feature flag does not enable additional feature flags.</p>
Copy link
Copy Markdown
Member

@GuillaumeGomez GuillaumeGomez Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

View changes since the review

Features can be both a feature flag or an optional crate, so not sure it removes ambiguity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants