use default

This commit is contained in:
Toshit Chawda 2025-03-18 19:12:54 -07:00
parent df38acb8a4
commit 9d0344aa42
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D

View file

@ -52,7 +52,7 @@ where
.with_options(ParseOptions { .with_options(ParseOptions {
allow_v8_intrinsics: true, allow_v8_intrinsics: true,
allow_return_outside_function: true, allow_return_outside_function: true,
preserve_parens: true, ..Default::default()
}) })
.parse(); .parse();