mirror of
https://github.com/github/semantic.git
synced 2024-12-27 00:44:57 +03:00
Section mark for Info’s CustomDebugStringConvertible implementation.
This commit is contained in:
parent
41a3b53542
commit
a917331f35
@ -9,6 +9,9 @@ public enum Info: AlgebraicHashable, CustomDebugStringConvertible {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// MARK: AlgebraicHashable
|
||||
|
||||
public var hash: Hash {
|
||||
switch self {
|
||||
case let .Literal(source, categories):
|
||||
|
Loading…
Reference in New Issue
Block a user