Thanks to visit codestin.com Credit goes to github.com
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 5c11e00 commit 7287e57Copy full SHA for 7287e57
src/lib.rs
@@ -780,7 +780,7 @@ pub trait Itertools : Iterator {
780
/// the original iterator.
781
///
782
/// **Note:** If the iterator is clonable, prefer using that instead
783
- /// of using this method. It is likely to be more efficient.
+ /// of using this method. Cloning is likely to be more efficient.
784
785
/// Iterator element type is `Self::Item`.
786
0 commit comments