mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Apply cargo fix
This commit is contained in:
parent
c544f167fb
commit
c2b1b3db5d
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ use crate::{
|
|||
tmp_file::TmpDir,
|
||||
};
|
||||
|
||||
use tokio::io::AsyncRead;
|
||||
|
||||
|
||||
pub(crate) const MAGICK_TEMPORARY_PATH: &str = "MAGICK_TEMPORARY_PATH";
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ use std::{
|
|||
path::{Path, PathBuf},
|
||||
sync::Arc,
|
||||
};
|
||||
use tokio::io::AsyncRead;
|
||||
|
||||
use uuid::Uuid;
|
||||
|
||||
pub(crate) type ArcTmpDir = Arc<TmpDir>;
|
||||
|
|
Loading…
Reference in a new issue