Apply cargo fix

This commit is contained in:
asonix 2023-12-22 21:01:19 -06:00
parent c544f167fb
commit c2b1b3db5d
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ use crate::{
tmp_file::TmpDir,
};
use tokio::io::AsyncRead;
pub(crate) const MAGICK_TEMPORARY_PATH: &str = "MAGICK_TEMPORARY_PATH";

View file

@ -3,7 +3,7 @@ use std::{
path::{Path, PathBuf},
sync::Arc,
};
use tokio::io::AsyncRead;
use uuid::Uuid;
pub(crate) type ArcTmpDir = Arc<TmpDir>;