remove comment
This commit is contained in:
@@ -10,7 +10,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
let https = HttpsConnector::new();
|
||||
let client = Client::builder().build::<_, hyper::Body>(https);
|
||||
|
||||
// let params: Params = Params::new()?;
|
||||
let params: Params = match Params::new() {
|
||||
Ok(result) => result,
|
||||
Err(e) => {
|
||||
|
||||
Reference in New Issue
Block a user