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 b5a4deb commit 5d2c698Copy full SHA for 5d2c698
src/k_smallest.rs
@@ -1,4 +1,4 @@
1
-use alloc::vec::IntoIter;
+use alloc::vec::{Vec, IntoIter};
2
use core::cmp::{Ordering, Reverse};
3
4
/// Consumes a given iterator, returning the minimum elements in **ascending** order.
0 commit comments