about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAshley Mannix <ashleymannix@live.com.au>2019-09-23 11:57:07 +1000
committerGitHub <noreply@github.com>2019-09-23 11:57:07 +1000
commit4ea371e40bfff6254f66c9b35510be09de5db1e6 (patch)
treeea6326bc780482b66ea8fb8c252052ce1866ecbc
parent91fd8efd265b60a635aff89d1c2d0a8aea45fdf9 (diff)
downloadrust-4ea371e40bfff6254f66c9b35510be09de5db1e6.tar.gz
rust-4ea371e40bfff6254f66c9b35510be09de5db1e6.zip
Delete iter-order-by.md
-rw-r--r--src/doc/unstable-book/src/iter-order-by.md9
1 files changed, 0 insertions, 9 deletions
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`.