Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jul 28, 2023
1 parent c7591c5 commit 86a5460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rome_service/src/file_handlers/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fn parse(
let options: JsonParserOptions = JsonParserOptions {
allow_comments: parser.allow_comments
|| source_type.is_jsonc()
|| is_file_allowed_as_jsonc(&rome_path),
|| is_file_allowed_as_jsonc(rome_path),
};
let parse = rome_json_parser::parse_json_with_cache(text, cache, options);
let root = parse.syntax();
Expand Down

0 comments on commit 86a5460

Please sign in to comment.