We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdeb5b commit 5edb5f8Copy full SHA for 5edb5f8
core/src/iter/adapters/flatten.rs
@@ -779,7 +779,7 @@ impl<T> OneShot for result::IterMut<'_, T> {}
779
impl<T> OneShot for Empty<T> {}
780
impl<T> OneShot for array::IntoIter<T, 0> {}
781
782
-// These adaptors never increase the number of items.
+// These adapters never increase the number of items.
783
// (There are more possible, but for now this matches BoundedSize above.)
784
impl<I: OneShot> OneShot for Cloned<I> {}
785
impl<I: OneShot> OneShot for Copied<I> {}
0 commit comments