From 4ea371e40bfff6254f66c9b35510be09de5db1e6 Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Mon, 23 Sep 2019 11:57:07 +1000 Subject: [PATCH] Delete iter-order-by.md --- src/doc/unstable-book/src/iter-order-by.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/doc/unstable-book/src/iter-order-by.md diff --git a/src/doc/unstable-book/src/iter-order-by.md b/src/doc/unstable-book/src/iter-order-by.md deleted file mode 100644 index 1ed97872c88..00000000000 --- a/src/doc/unstable-book/src/iter-order-by.md +++ /dev/null @@ -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`.