Remove needless lifetimes (#2845)
* Remove lifetimes that could be elided * rustfmt
This commit is contained in:
+2
-2
@@ -125,8 +125,8 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
fn build_request<'a>(
|
||||
url: &'a str,
|
||||
fn build_request(
|
||||
url: &str,
|
||||
method: &str,
|
||||
api_secret: Option<String>,
|
||||
body: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user