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
|
@ -3770,7 +3770,7 @@ impl Project {
|
|||
&mut self,
|
||||
source: WorktreeId,
|
||||
destination: WorktreeId,
|
||||
cx: &mut Context<'_, Self>,
|
||||
cx: &mut Context<Self>,
|
||||
) -> Result<()> {
|
||||
self.worktree_store.update(cx, |worktree_store, cx| {
|
||||
worktree_store.move_worktree(source, destination, cx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue