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

Commit

Permalink
chore: clippy and codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jun 19, 2023
1 parent 2df6361 commit 2b09f59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions crates/rome_json_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ license.workspace = true

[dependencies]
rome_analyze = { workspace = true }
rome_rowan = { workspace = true }
rome_json_syntax = { workspace = true }
rome_json_factory = { workspace = true }
rome_json_parser = { workspace = true }
rome_rowan = { workspace = true }
rome_console = { workspace = true }
rome_diagnostics = { workspace = true }
lazy_static = { workspace = true }

[dev-dependencies]
rome_deserialize = { workspace = true }
rome_json_parser = { workspace = true }
rome_json_factory = { workspace = true }
tests_macros = { workspace = true }
rome_text_edit = { workspace = true }
insta = { workspace = true, features = ["glob"] }
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/generated/NumberOfRules.astro

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b09f59

Please sign in to comment.