Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcy committed Dec 12, 2024
1 parent ff242ec commit 4c2f04f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion experimental/parser/parse_def.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ var defFollowers = []defFollower{

// parseDef parses a generic definition.
func (p *defParser) parse() ast.DeclDef {

// Try to parse the various "followers". We try to parse as many as
// possible: if we have `foo = 5 = 6`, we want to parse the second = 6,
// diagnose it, and throw it away.
Expand Down

0 comments on commit 4c2f04f

Please sign in to comment.