remove let from let _ #12
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
heffree/agile-ante!12
Loading…
Reference in a new issue
No description provided.
Delete branch "no-let-_"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -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;hmmm
@ -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;test
