Skip to content

Commit

Permalink
opt
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Dec 17, 2024
1 parent 67677c7 commit 3d5354f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/v/checker/struct.v
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import v.ast
import v.util
import v.token

@[direct_array_access]
fn (mut c Checker) struct_decl(mut node ast.StructDecl) {
util.timing_start(@METHOD)
defer {
Expand Down

0 comments on commit 3d5354f

Please sign in to comment.