Skip to content

Commit e774cff

Browse files
committed
fix
1 parent be79eeb commit e774cff

File tree

2 files changed

+117
-0
lines changed

2 files changed

+117
-0
lines changed

Cargo.lock

Lines changed: 116 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ squawk-linter = { version = "0.0.0", path = "./crates/linter" }
4343
squawk-github = { version = "0.0.0", path = "./crates/github" }
4444
squawk_lexer = { version = "0.0.0", path = "./crates/squawk_lexer" }
4545
squawk_parser = { version = "0.0.0", path = "./crates/squawk_parser" }
46+
squawk_syntax = { version = "0.0.0", path = "./crates/squawk_syntax" }
4647

4748
[workspace.lints.clippy]
4849
collapsible_else_if = "allow"

0 commit comments

Comments
 (0)