Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC committed Mar 27, 2020
1 parent 7e7c2f1 commit 268408f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/iter/traits/iterator.rs
Expand Up @@ -2016,7 +2016,6 @@ pub trait Iterator {
///
/// ```
/// #![feature(iterator_fold_self)]
/// use std::cmp::Ordering;
///
/// fn find_max<I>(iter: I) -> Option<I::Item>
/// where I: Iterator,
Expand Down

0 comments on commit 268408f

Please sign in to comment.