Skip to content

Commit

Permalink
fix: fix fs warrning
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed Apr 17, 2024
1 parent 38c2287 commit ffb4531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fs/src/fatfs_shim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use core::cmp::{self, min};
use alloc::string::String;
use alloc::sync::Arc;
use devices::get_blk_device;
use fatfs::{warn, Dir, Error, File, LossyOemCpConverter, NullTimeProvider};
use fatfs::{Dir, Error, File, LossyOemCpConverter, NullTimeProvider};
use fatfs::{Read, Seek, SeekFrom, Write};
use log::debug;
use sync::Mutex;
Expand Down

0 comments on commit ffb4531

Please sign in to comment.