Commit 0fe3257
committed
Auto merge of #12913 - anupj:master, r=epage
Updating "features" documentation to add a note about the new limit on number of features
### What does this PR try to resolve?
Adding the following note to [features docs page](https://doc.rust-lang.org/cargo/reference/features.html)
> Note: New crates or versions published on [crates.io](http://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](http://crates.io/) Zulip stream.
### How should we test and review this PR?
I don't think this change requires any additional testing beyond a general review.
### Additional information1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
0 commit comments