Skip to content

Commit 918b83a

Browse files
committed
Add reference to current iterator conventions
1 parent be4ddf8 commit 918b83a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

active/0000-conventions-galore.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ The current convention for iterator *type* names is the following:
8282
> yielding a mutable reference has a prefix `Mut`.
8383
> * Reverse iterators have a prefix of `Rev`.
8484
85+
(These conventions were established as part of
86+
[this PR](https://github.com/rust-lang/rust/pull/8090) and later [this one](https://github.com/rust-lang/rust/pull/11001).)
87+
8588
These conventions have not yet been updated to reflect the
8689
[recent change](https://github.com/rust-lang/rfcs/pull/199) to the iterator
8790
method names, in part to allow for a more significant revamp. There are some

0 commit comments

Comments
 (0)