1
0
Fork 0

Address clippy errors

gh-action
Bo Jeanes 2022-08-30 17:41:22 +10:00
parent ac3a7f0775
commit f346262be7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ where
H: Into<String>,
{
let host: String = host.into();
Ok(Context::new(host).await?)
Context::new(host).await
}
#[derive(Debug)]