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
|
@ -984,7 +984,7 @@ impl GitStore {
|
|||
fn update_repositories(
|
||||
&mut self,
|
||||
worktree_store: &Entity<WorktreeStore>,
|
||||
cx: &mut Context<'_, GitStore>,
|
||||
cx: &mut Context<GitStore>,
|
||||
) {
|
||||
let mut new_repositories = HashMap::default();
|
||||
let git_store = cx.weak_entity();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue