Skip to content

Commit

Permalink
Fixing faliling linting on beta and nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
folkengine committed Aug 25, 2024
1 parent 7300d90 commit 67f2c79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cards/pile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,6 @@ mod pile_tests {
let v = pile.cards_by_suit(qc.suit);

assert_eq!(expected, v);

format!("{}", pile.convert_to_rank_weighted().sort());
}

#[test]
Expand Down

0 comments on commit 67f2c79

Please sign in to comment.