We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ebb00 commit 15c8a0eCopy full SHA for 15c8a0e
1 file changed
library/core/src/iter/traits/collect.rs
@@ -238,6 +238,7 @@ impl<I: Iterator> IntoIterator for I {
238
type Item = I::Item;
239
type IntoIter = I;
240
241
+ #[inline]
242
fn into_iter(self) -> I {
243
self
244
}
0 commit comments