remove comment
parent
78d07680c9
commit
bff3c220f9
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in New Issue