We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4ddf8 commit 513f943Copy full SHA for 513f943
active/0000-conventions-galore.md
@@ -82,6 +82,10 @@ The current convention for iterator *type* names is the following:
82
> yielding a mutable reference has a prefix `Mut`.
83
> * Reverse iterators have a prefix of `Rev`.
84
85
+(These conventions were established as part of
86
+[this PR](https://github.com/rust-lang/rust/pull/8090) and later
87
+[this one](https://github.com/rust-lang/rust/pull/11001).)
88
+
89
These conventions have not yet been updated to reflect the
90
[recent change](https://github.com/rust-lang/rfcs/pull/199) to the iterator
91
method names, in part to allow for a more significant revamp. There are some
0 commit comments