Shorten iterator hints for std::iter iterators behind references
This commit is contained in:
@@ -308,7 +308,7 @@ pub mod iter {
|
||||
}
|
||||
}
|
||||
}
|
||||
pub(crate) mod collect {
|
||||
pub(crate) mod collect {
|
||||
pub trait IntoIterator {
|
||||
type Item;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user