mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-06 17:40:59 +00:00
Fix lint/clippy
This commit is contained in:
parent
03653d6a10
commit
0e34f07d11
7 changed files with 79 additions and 84 deletions
|
@ -1,8 +1,8 @@
|
|||
use reqwest::{Proxy, Url};
|
||||
use serde::Deserialize;
|
||||
|
||||
use crate::Result;
|
||||
use super::wild_carded_domain::WildCardedDomain;
|
||||
use crate::Result;
|
||||
|
||||
/// ## Examples:
|
||||
/// - No proxy (default):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue