Address clippy errors
parent
ac3a7f0775
commit
f346262be7
|
@ -11,7 +11,7 @@ where
|
||||||
H: Into<String>,
|
H: Into<String>,
|
||||||
{
|
{
|
||||||
let host: String = host.into();
|
let host: String = host.into();
|
||||||
Ok(Context::new(host).await?)
|
Context::new(host).await
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
|
Loading…
Reference in New Issue