Fix bunch of warnings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public func until(_ tags: [String]) -> ((TokenParser, Token) -> Bool) {
|
||||
return { parser, token in
|
||||
return { _, token in
|
||||
if let name = token.components.first {
|
||||
for tag in tags where name == tag {
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user