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:
parent
c35e31ad4a
commit
e4689b9102
@ -36,7 +36,7 @@ extension Fix {
|
||||
}
|
||||
|
||||
extension Fix where A: Hashable {
|
||||
var hash: Hash {
|
||||
public var hash: Hash {
|
||||
return hash(Hash.init)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user