Skip to content

Commit b406782

Browse files
committed
Indicate associated type in comment is code-like
1 parent 5e30f05 commit b406782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ pub trait IntoIterator {
10651065
#[stable(feature = "rust1", since = "1.0.0")]
10661066
type Item;
10671067

1068-
/// A container for iterating over elements of type Item
1068+
/// A container for iterating over elements of type `Item`
10691069
#[stable(feature = "rust1", since = "1.0.0")]
10701070
type IntoIter: Iterator<Item=Self::Item>;
10711071

0 commit comments

Comments
 (0)