1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 16:02:43 +03:00

Remove the typealias.

This commit is contained in:
Rob Rix 2015-09-30 10:29:32 -04:00
parent 96ff73726f
commit 4348604e66

View File

@ -174,8 +174,6 @@ public enum Syntax<Payload>: CustomDebugStringConvertible, CustomDocConvertible
}
}
public typealias Recur = Payload
public var debugDescription: String {
switch self {
case .Empty: