Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/bin/docs_rs_web/templates/crate/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h3 id="{{ feature.name }}">{{ feature.name }}{%- if is_default %} (default){%-
{%- endfor -%}
</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.

{%- endif -%}
{%- endfor -%}
{% endif -%}
Expand Down
Loading