From c87ce45f8d55b10abadbb3679b29905f03aebe4f Mon Sep 17 00:00:00 2001 From: Kevin Cox Date: Tue, 14 Apr 2026 16:34:42 +0900 Subject: [PATCH] Remove ambiguity from feature flag with no dependencies. 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. --- crates/bin/docs_rs_web/templates/crate/features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bin/docs_rs_web/templates/crate/features.html b/crates/bin/docs_rs_web/templates/crate/features.html index 428936486..66da18f75 100644 --- a/crates/bin/docs_rs_web/templates/crate/features.html +++ b/crates/bin/docs_rs_web/templates/crate/features.html @@ -108,7 +108,7 @@

{{ feature.name }}{%- if is_default %} (default){%- {%- endfor -%} {%- else -%} -

This feature flag does not enable additional features.

+

This feature flag does not enable additional feature flags.

{%- endif -%} {%- endfor -%} {% endif -%}