clippy fixes

This commit is contained in:
Victoria Brekenfeld 2024-02-16 20:30:52 +01:00 committed by Victoria Brekenfeld
parent f9f8af10a0
commit 849882a7db
3 changed files with 60 additions and 28 deletions

View file

@ -277,7 +277,6 @@ impl XdgShellHandler for State {
(mapped, layer)
};
let handle = workspace.handle.clone();
std::mem::drop(workspace);
let workspace_handle = self.common.shell.active_space(&output).handle.clone();
for (window, _) in mapped.windows() {