Skip to content

Commit

Permalink
Update features.md
Browse files Browse the repository at this point in the history
Updating docs to reflect the fact that crate features are limited to 300 to ensure system stability as per this blog post announcement:
https://blog.rust-lang.org/2023/10/26/broken-badges-and-23k-keywords.html
  • Loading branch information
anupj authored Nov 3, 2023
1 parent 6354bb3 commit cf36b0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/doc/src/reference/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ either be enabled or disabled. Features for the package being built can be
enabled on the command-line with flags such as `--features`. Features for
dependencies can be enabled in the dependency declaration in `Cargo.toml`.

> **Note**: New crates or versions published on crates.io are now limited to
> a maximum of 300 features. Exceptions are granted on a case-by-case basis.
> See this [blog post] for details. Participation in solution discussions is
> encouraged via the crates.io Zulip stream.
[blog post]: https://blog.rust-lang.org/2023/10/26/broken-badges-and-23k-keywords.html

See also the [Features Examples] chapter for some examples of how features can
be used.

Expand Down

0 comments on commit cf36b0d

Please # to comment.