Skip to content

Commit 29dbb4c

Browse files
committed
use tokio::fs::write
1 parent 5c5d77d commit 29dbb4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/storage/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ use std::{
2525
path::{Path, PathBuf},
2626
sync::Arc,
2727
};
28-
use tokio::io::AsyncWriteExt;
29-
use tokio::runtime::Runtime;
28+
use tokio::{io::AsyncWriteExt, runtime::Runtime};
3029
use tracing::{error, instrument, trace};
3130

3231
type FileRange = RangeInclusive<u64>;

0 commit comments

Comments
 (0)