Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Commit 53984f9

Browse files
committed
Reference RFC 199 for iterator method names
1 parent 5b9ffdb commit 53984f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

style/naming/iterators.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
% Iterators
22

3-
#### Method names
3+
#### Method names [RFC #199]
4+
5+
> The guidelines below were approved by [RFC #199](https://github.com/rust-lang/rfcs/pull/199).
46
57
For a container with elements of type `U`, iterator methods should be named:
68

0 commit comments

Comments
 (0)