Rollup merge of #23996 - frewsxcv:patch-8, r=alexcrichton
This commit is contained in:
commit
d83f49b436
@ -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