1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

toml: fix implicit array allocation (#12553)

This commit is contained in:
Larpon
2021-11-23 15:51:24 +01:00
committed by GitHub
parent 49cd1b3d59
commit 0779b5fd8e
2 changed files with 7 additions and 6 deletions

View File

@@ -17,8 +17,6 @@ const (
valid_value_exceptions = [
// Integer
'integer/long.toml', // TODO awaits BUG fix with strconv.parse_int('-9223372036854775808')
// Table
'table/array-implicit.toml',
// Date-time
'datetime/milliseconds.toml',
// Key