Skip to content

Commit

Permalink
use tokio::fs::write
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Oct 13, 2023
1 parent 9439c2f commit ad5bf58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ use std::{
path::{Path, PathBuf},
sync::Arc,
};
use tokio::io::AsyncWriteExt;
use tokio::runtime::Runtime;
use tokio::{io::AsyncWriteExt, runtime::Runtime};
use tracing::{error, instrument, trace};

type FileRange = RangeInclusive<u64>;
Expand Down

0 comments on commit ad5bf58

Please sign in to comment.