Skip to content

Commit

Permalink
Add conformance to Hashable
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt authored and aciidgh committed Jan 14, 2019
1 parent 212bfd0 commit bfcead2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PlayingCard/PlayingCard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
See http://swift.org/CONTRIBUTORS.txt for Swift project authors
*/

public struct PlayingCard: Equatable {
public struct PlayingCard: Equatable, Hashable {
public let rank: Rank
public let suit: Suit

Expand Down

0 comments on commit bfcead2

Please sign in to comment.