fix: syntax
This commit is contained in:
@@ -129,8 +129,8 @@ impl Client {
|
|||||||
headers: &[&str],
|
headers: &[&str],
|
||||||
) -> Result<Response, curl::Error> {
|
) -> Result<Response, curl::Error> {
|
||||||
debug_print!(if self.debug =>
|
debug_print!(if self.debug =>
|
||||||
"{method:?} {uri} ({} headers)",
|
"{:?} {} ({} headers)",
|
||||||
headers.len(), method = method, uri = uri
|
method, uri, headers.len()
|
||||||
);
|
);
|
||||||
|
|
||||||
let mut easy = Easy::new();
|
let mut easy = Easy::new();
|
||||||
|
|||||||
Reference in New Issue
Block a user