1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 09:21:35 +03:00

Fix hashing is public.

This commit is contained in:
Rob Rix 2015-10-06 12:59:13 -04:00
parent c35e31ad4a
commit e4689b9102

View File

@ -36,7 +36,7 @@ extension Fix {
}
extension Fix where A: Hashable {
var hash: Hash {
public var hash: Hash {
return hash(Hash.init)
}
}