From 6f798715de3d4bd744116190d14a413445542820 Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Thu, 1 Apr 2021 17:03:06 -0700 Subject: Upgrade rust/crates/itertools to 0.10.0 Test: make Change-Id: Ie8b53cb0a96fd9adcbf7f4afa3b966849fc2ff24 --- src/groupbylazy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/groupbylazy.rs') 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 { -- cgit v1.2.3