rust/library/core
Dylan DPC 52bc54efff
Rollup merge of #81697 - xfix:every-doc-alias, r=Mark-Simulacrum
Add "every" as a doc alias for "all".

This matches [Array#every](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/every) in JavaScript.

Oddly enough, `core::iter::Iterator::all` appears twice. This appears to be a rustdoc bug which I decided to fill in as #81696.

![image](https://user-images.githubusercontent.com/1297598/106717890-94f43e80-6600-11eb-9428-2cd425823df9.png)
2021-02-09 02:39:51 +01:00
..
benches Add more benchmarks 2021-01-08 09:50:35 +00:00
src Rollup merge of #81697 - xfix:every-doc-alias, r=Mark-Simulacrum 2021-02-09 02:39:51 +01:00
tests Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnay 2021-02-06 00:14:06 +01:00
Cargo.toml