Indicate associated type in comment is code-like
This commit is contained in:
parent
5e30f05a05
commit
b406782e29
@ -1065,7 +1065,7 @@ pub trait IntoIterator {
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
type Item;
|
||||
|
||||
/// A container for iterating over elements of type Item
|
||||
/// A container for iterating over elements of type `Item`
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
type IntoIter: Iterator<Item=Self::Item>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user