Yuki Okushi 28176a4a33
Rollup merge of #91383 - ScriptDevil:drop-while-doc-alias, r=joshtriplett
Add `drop_while` as doc alias to `Iterator::skip_while`

`skip_while` is commonly referred to as `drop_while` in other languages (clojure/c++/haskell). This recently came up in [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/.E2.9C.94.20DropWhile/near/262203352) as well.

This pull request adds 'drop_while' as a doc-alias for 'skip_while'.

r? `@joshtriplett`
2021-11-30 17:29:13 +09:00
..
2021-11-26 19:30:35 +11:00
2021-11-10 11:57:14 -08:00
2021-11-23 23:55:05 +01:00
2021-11-27 13:13:04 -08:00
2021-11-23 10:34:16 -08:00
2021-11-10 08:35:42 -08:00
2021-10-18 19:19:28 +09:00
2021-11-08 17:06:00 -05:00
2021-11-19 19:13:53 +03:00
2021-11-22 13:09:08 -05:00