mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 17:58:09 +08:00
remove redundant error message
This commit is contained in:
@@ -884,8 +884,7 @@ parse_array(location<Container>& loc)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return err("[error] toml::parse_array: while reading an element of "
|
return err(val.unwrap_err());
|
||||||
"an array\n" + val.unwrap_err());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
using lex_array_separator = sequence<maybe<lex_ws>, character<','>>;
|
using lex_array_separator = sequence<maybe<lex_ws>, character<','>>;
|
||||||
|
Reference in New Issue
Block a user