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