mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: remove obsolete comment from checker (#12626)
This commit is contained in:
parent
547f326f33
commit
6f193c4300
@ -48,9 +48,7 @@ fn (c Checker) visit(value &ast.Value) ? {
|
|||||||
ast.Time {
|
ast.Time {
|
||||||
c.check_time(value) ?
|
c.check_time(value) ?
|
||||||
}
|
}
|
||||||
else {
|
else {}
|
||||||
// TODO add more checks to make BurntSushi/toml-test invalid TOML pass
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user