Skip to content

Commit 268408f

Browse files
committed
remove unused import
1 parent 7e7c2f1 commit 268408f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/iter/traits/iterator.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,6 @@ pub trait Iterator {
20162016
///
20172017
/// ```
20182018
/// #![feature(iterator_fold_self)]
2019-
/// use std::cmp::Ordering;
20202019
///
20212020
/// fn find_max<I>(iter: I) -> Option<I::Item>
20222021
/// where I: Iterator,

0 commit comments

Comments
 (0)