Delete iter-order-by.md

This commit is contained in:
Ashley Mannix 2019-09-23 11:57:07 +10:00 committed by GitHub
parent 91fd8efd26
commit 4ea371e40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +0,0 @@
# `iter_order_by`
The tracking issue for this feature is: [#64295]
[#64295]: https://github.com/rust-lang/rust/issues/64295
------------------------
Add `cmp_by`, `partial_cmp_by` and `eq_by` methods to `Iterator` in the same vein as `max_by` and `min_by`.