Skip to content

Commit

Permalink
fix(rivet/resolver): remove unnecessary 'continue' statement
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS authored Dec 23, 2023
1 parent 5da61ed commit 2cedfa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rivet/src/resolver/decls.ri
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ extend Resolver {
),
field_decl.pos
);
continue;
}
},
.Func(mut func_decl) -> {
Expand Down

0 comments on commit 2cedfa2

Please sign in to comment.