mirror of
https://github.com/github/semantic.git
synced 2024-12-29 01:42:43 +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 {
|
extension Fix where A: Hashable {
|
||||||
var hash: Hash {
|
public var hash: Hash {
|
||||||
return hash(Hash.init)
|
return hash(Hash.init)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user