aboutsummaryrefslogtreecommitdiff
path: root/src/groupbylazy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/groupbylazy.rs')
-rw-r--r--src/groupbylazy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/groupbylazy.rs b/src/groupbylazy.rs
index bf6e3c7..5d4a0c9 100644
--- a/src/groupbylazy.rs
+++ b/src/groupbylazy.rs
@@ -1,5 +1,5 @@
use std::cell::{Cell, RefCell};
-use std::vec;
+use alloc::vec::{self, Vec};
/// A trait to unify FnMut for GroupBy with the chunk key in IntoChunks
trait KeyFunction<A> {