Fix compiler warnings
This commit is contained in:
parent
087715aa8f
commit
42c6a3729a
2 changed files with 7 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ where
|
|||
&'a self,
|
||||
workspace: &'a WorkspaceHandle,
|
||||
client: &'a ObjectId,
|
||||
) -> impl Iterator<Item = &ExtWorkspaceHandleV1> + 'a {
|
||||
) -> impl Iterator<Item = &'a ExtWorkspaceHandleV1> + 'a {
|
||||
self.groups
|
||||
.iter()
|
||||
.find_map(|g| g.workspaces.iter().find(|w| w.id == workspace.id))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue