mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Fix remaining warnings
This commit is contained in:
parent
c2b1b3db5d
commit
e8380c31c1
2 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ use crate::{
|
|||
tmp_file::TmpDir,
|
||||
};
|
||||
use actix_web::web::Bytes;
|
||||
use tokio::io::AsyncReadExt;
|
||||
|
||||
use super::Discovery;
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
mod tests;
|
||||
|
||||
use actix_web::web::Bytes;
|
||||
use tokio::io::AsyncReadExt;
|
||||
|
||||
use crate::{
|
||||
discover::DiscoverError,
|
||||
|
|
Loading…
Reference in a new issue