Indicate associated type in comment is code-like

This commit is contained in:
Corey Farwell 2015-04-02 22:47:50 -07:00
parent 5e30f05a05
commit b406782e29

View file

@ -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>;