1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Categories are equatable.

This commit is contained in:
Rob Rix 2015-09-30 15:29:40 -04:00
parent f3122f1bae
commit 459bad4dd6

View File

@ -1,4 +1,4 @@
public enum Category {
public enum Category: Equatable {
case Tag(String)
}