Remove unnecessary lifetimes
This commit is contained in:
parent
09b34bb40e
commit
52ad30c264
11 changed files with 30 additions and 42 deletions
|
|
@ -567,7 +567,7 @@ where
|
|||
.cloned()
|
||||
}
|
||||
|
||||
pub fn update<'a>(&'a mut self) -> WorkspaceUpdateGuard<'a, D> {
|
||||
pub fn update(&mut self) -> WorkspaceUpdateGuard<'_, D> {
|
||||
WorkspaceUpdateGuard(self)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue