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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user