This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 01474ad
authored
Rollup merge of rust-lang#86956 - cuviper:unalias-every, r=m-ou-se
Revert "Add "every" as a doc alias for "all"."
This reverts commit 3545036 (rust-lang#81697) for "every" and closes rust-lang#86554 in kind for "some".
The new [doc alias policy](https://std-dev-guide.rust-lang.org/documentation/doc-alias-policy.html) is that we don't want language-specific aliases like these JavaScript names, and we especially don't want to conflict with real names. While "every" is okay in the latter regard, its natural pair "some" makes a doc-search collision with `Option::Some`.
r? ```@m-ou-se```1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2254 | 2254 | | |
2255 | 2255 | | |
2256 | 2256 | | |
2257 | | - | |
2258 | 2257 | | |
2259 | 2258 | | |
2260 | 2259 | | |
| |||
0 commit comments