forked from M-Labs/rust-fatfs
Fix build
This commit is contained in:
parent
082e79e321
commit
3fb3a993fe
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user