Fix compiler warnings

This commit is contained in:
Ian Douglas Scott 2025-05-15 12:14:48 -07:00 committed by Victoria Brekenfeld
parent 087715aa8f
commit 42c6a3729a
2 changed files with 7 additions and 1 deletions

View file

@ -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))