chore: clippy

This commit is contained in:
Ashley Wulber 2024-02-12 11:40:20 -05:00 committed by Ashley Wulber
parent 73e99ae549
commit d17894f94e
7 changed files with 12 additions and 28 deletions

View file

@ -79,12 +79,4 @@ impl WorkspacesWatcher {
let tx = wayland::spawn_workspaces(tx);
Ok(Self { tx, rx })
}
pub fn get_sender(&self) -> SyncSender<WorkspaceEvent> {
self.tx.clone()
}
pub async fn workspaces(&mut self) -> Option<WorkspaceList> {
self.rx.next().await
}
}