Some cleanup

This commit is contained in:
Dominik Werder
2024-07-24 22:13:48 +02:00
parent 62b3628003
commit 90fe799ba6
6 changed files with 34 additions and 45 deletions

View File

@@ -39,6 +39,7 @@ async fn consumer(rx: Receiver<Item>) {
while let Ok(_x) = rx.recv().await {}
}
#[allow(unused)]
struct Item {
x: u64,
y: u64,