Skip to content

Commit

Permalink
fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
caofengyi authored and caofengyi committed Feb 2, 2024
1 parent 3d42e2b commit ea50240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapter/file_adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use crate::{
Result,
};


#[cfg(feature = "runtime-async-std")]
use async_std::{
fs::File as asyncFile,

Check warning on line 12 in src/adapter/file_adapter.rs

View workflow job for this annotation

GitHub Actions / Auto Build CI (ubuntu-latest, stable)

unused imports: `BufReader as asyncBufReader`, `Error as asyncIoError`, `ErrorKind as asyncErrorKind`, `fs::File as asyncFile`, `path::Path as asyncPath`

Check warning on line 12 in src/adapter/file_adapter.rs

View workflow job for this annotation

GitHub Actions / Auto Build CI (ubuntu-latest, beta)

unused imports: `BufReader as asyncBufReader`, `Error as asyncIoError`, `ErrorKind as asyncErrorKind`, `fs::File as asyncFile`, `path::Path as asyncPath`
Expand Down

0 comments on commit ea50240

Please sign in to comment.