remove let from let _ #12

Merged
andrewhessler merged 1 commit from no-let-_ into main 2025-09-08 23:24:19 +00:00
andrewhessler commented 2025-09-08 23:23:29 +00:00 (Migrated from github.com)
No description provided.
andrewhessler commented 2025-10-02 21:01:05 +00:00 (Migrated from github.com)
image
<img width="320" height="235" alt="image" src="https://github.com/user-attachments/assets/c0a5502e-d14b-45c3-b20c-b46f8d8bc3ca" />
andrewhessler (Migrated from github.com) reviewed 2025-10-02 21:01:23 +00:00
@ -47,3 +47,3 @@
let choices = [1, 2, 3, 5, 8];
let vote = *choices.choose(&mut rand::thread_rng()).unwrap();
let _ = ready_vote(device_id, vote).await;
_ = ready_vote(device_id, vote).await;
andrewhessler (Migrated from github.com) commented 2025-10-02 21:01:23 +00:00

hmmm

hmmm
andrewhessler (Migrated from github.com) reviewed 2025-10-02 21:01:31 +00:00
@ -47,3 +47,3 @@
let choices = [1, 2, 3, 5, 8];
let vote = *choices.choose(&mut rand::thread_rng()).unwrap();
let _ = ready_vote(device_id, vote).await;
_ = ready_vote(device_id, vote).await;
andrewhessler (Migrated from github.com) commented 2025-10-02 21:01:31 +00:00

test
image

test <img width="320" height="235" alt="image" src="https://github.com/user-attachments/assets/1c4d994c-d564-4ee0-a5f6-a87939bcda0c" />
Sign in to join this conversation.
No description provided.