Fix build

This commit is contained in:
Rafał Harabień 2019-07-17 21:12:49 +02:00
parent 082e79e321
commit 3fb3a993fe

View File

@ -1,5 +1,5 @@
#[cfg(all(not(feature = "std"), feature = "alloc"))]
use alloc::string::String;
use alloc::{string::String, vec::Vec};
use core::char;
use core::iter::FromIterator;
use core::{fmt, str};