Fix warnings and remove dbg!
This commit is contained in:
parent
ca5db9cc8e
commit
52bbc6c083
3 changed files with 1 additions and 3 deletions
|
|
@ -185,7 +185,7 @@ impl App {
|
|||
fn workspaces_for_output<'a>(
|
||||
&'a self,
|
||||
output: &'a wl_output::WlOutput,
|
||||
) -> impl Iterator<Item = &Workspace> + 'a {
|
||||
) -> impl Iterator<Item = &'a Workspace> + 'a {
|
||||
self.workspaces
|
||||
.iter()
|
||||
.filter(|w| w.outputs.contains(output))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue