Remove unneeded anonymous lifetimes from gpui::Context
(#27686)
This PR removes a number of unneeded anonymous lifetimes from usages of `gpui::Context`. Release Notes: - N/A
This commit is contained in:
parent
e90411efa2
commit
b5dc09c0ca
32 changed files with 80 additions and 87 deletions
|
@ -640,7 +640,7 @@ impl ExtensionStore {
|
|||
&self,
|
||||
path: &str,
|
||||
query: &[(&str, &str)],
|
||||
cx: &mut Context<'_, ExtensionStore>,
|
||||
cx: &mut Context<ExtensionStore>,
|
||||
) -> Task<Result<Vec<ExtensionMetadata>>> {
|
||||
let url = self.http_client.build_zed_api_url(path, query);
|
||||
let http_client = self.http_client.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue