toml: remove obsolete comment from checker (#12626)
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…
Reference in New Issue