Some cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user