Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik committed Feb 28, 2024
1 parent 541ca08 commit 0706d37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
7 changes: 1 addition & 6 deletions crates/solidity/inputs/language/src/definition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1849,12 +1849,7 @@ codegen_language_macros::compile!(Language(
),
Token(
name = Colon,
definitions = [TokenDefinition(
scanner = TrailingContext(
scanner = Atom(":"),
not_followed_by = Atom("=")
)
)]
definitions = [TokenDefinition(scanner = Atom(":"))]
),
Token(
name = ColonEqual,
Expand Down

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

0 comments on commit 0706d37

Please sign in to comment.