Skip to content

Commit

Permalink
chore: fix faf1be2 for no_std contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
Oakchris1955 committed Sep 21, 2024
1 parent faf1be2 commit d1c1015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fat/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use core::{cmp, ops};

#[cfg(not(feature = "std"))]
use alloc::{
borrow::ToOwned,
format,
string::{String, ToString},
vec,
Expand Down

0 comments on commit d1c1015

Please sign in to comment.