efficiency improvements. added docs.
This commit is contained in:
parent
94b1f06590
commit
79978235b9
3 changed files with 93 additions and 13 deletions
|
@ -17,7 +17,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_hand_adds_cards_to_exhasting_hand() {
|
||||
fn test_hand_draw_adds_cards_to_exhasting_hand() {
|
||||
let mut deck = Deck::new();
|
||||
let mut player = Player {
|
||||
name: String::from("Testy McTestFace"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue