Apply more suggestions.
This commit is contained in:
@@ -137,7 +137,7 @@ fn script_body<'b, 'g, 'r, 's>(
|
||||
ScriptBody::Braceless(body.into())
|
||||
}),
|
||||
map(parser_with_context!(script_with_braces)(context), |body| {
|
||||
ScriptBody::WithBraces(body.into())
|
||||
ScriptBody::WithBraces(body)
|
||||
}),
|
||||
map(
|
||||
parser_with_context!(script_with_parenthesis)(context),
|
||||
|
||||
Reference in New Issue
Block a user