remove comment

This commit is contained in:
2023-08-10 19:09:56 +02:00
parent 78d07680c9
commit bff3c220f9
-1
View File
@@ -10,7 +10,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
let https = HttpsConnector::new(); let https = HttpsConnector::new();
let client = Client::builder().build::<_, hyper::Body>(https); let client = Client::builder().build::<_, hyper::Body>(https);
// let params: Params = Params::new()?;
let params: Params = match Params::new() { let params: Params = match Params::new() {
Ok(result) => result, Ok(result) => result,
Err(e) => { Err(e) => {