diff --git a/crates/bin/docs_rs_web/templates/crate/features.html b/crates/bin/docs_rs_web/templates/crate/features.html index 428936486..90fad417b 100644 --- a/crates/bin/docs_rs_web/templates/crate/features.html +++ b/crates/bin/docs_rs_web/templates/crate/features.html @@ -53,12 +53,17 @@

{{ metadata.name }}

- There is very little structured metadata to build this page - from currently. You should check the - main library docs, - readme, or + There is currently very little information to present on + this page because Docs.rs has only limited support for + extracting structured feature metadata from Cargo crates. + This issue is tracked in + Rust RFC #3416. + Check this library's + main docs, + readme, and Cargo.toml - in case the author documented the features in them. + in case its authors have documentation for features + available there instead.
{%- if let Some(features) = sorted_features -%} {%- if features.is_empty() -%}